diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-08-04 10:45:34 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-08-04 10:45:34 (GMT) |
commit | 4b07c9d95087cc69956bfe309cd9b4eec26235ec (patch) | |
tree | 3be36af4a0a94f7e3fac8d154a6d032b869b99b0 /examples/draganddrop/dropsite | |
parent | 12b37100d5fff9a2309cd8e86cd90325b63cc485 (diff) | |
download | Qt-4b07c9d95087cc69956bfe309cd9b4eec26235ec.zip Qt-4b07c9d95087cc69956bfe309cd9b4eec26235ec.tar.gz Qt-4b07c9d95087cc69956bfe309cd9b4eec26235ec.tar.bz2 |
Further code style cleanup fro demos and examples
Diffstat (limited to 'examples/draganddrop/dropsite')
-rw-r--r-- | examples/draganddrop/dropsite/dropsite.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/draganddrop/dropsite/dropsite.pro b/examples/draganddrop/dropsite/dropsite.pro index 268e247..a42f717 100644 --- a/examples/draganddrop/dropsite/dropsite.pro +++ b/examples/draganddrop/dropsite/dropsite.pro @@ -11,4 +11,3 @@ sources.path = $$[QT_INSTALL_EXAMPLES]/draganddrop/dropsite INSTALLS += target sources include($$QT_SOURCE_TREE/examples/examplebase.pri) - |