diff options
author | David Boddie <dboddie@trolltech.com> | 2009-10-13 17:26:35 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-10-16 15:15:22 (GMT) |
commit | f0688de89cb82f6d3715bb03d7706fca4e6ab86f (patch) | |
tree | fd945f5a0852e1e089b271d8c609b3f752f5aa6f /examples/gestures/imagegestures/imagegestures.pro | |
parent | 0266b3d62eb9f091c93dc6b2c59eaad0f64ddedc (diff) | |
download | Qt-f0688de89cb82f6d3715bb03d7706fca4e6ab86f.zip Qt-f0688de89cb82f6d3715bb03d7706fca4e6ab86f.tar.gz Qt-f0688de89cb82f6d3715bb03d7706fca4e6ab86f.tar.bz2 |
Doc: Moving the Image Gestures example.
Reviewed-by: Trust Me
Diffstat (limited to 'examples/gestures/imagegestures/imagegestures.pro')
-rw-r--r-- | examples/gestures/imagegestures/imagegestures.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/gestures/imagegestures/imagegestures.pro b/examples/gestures/imagegestures/imagegestures.pro new file mode 100644 index 0000000..7780ad9 --- /dev/null +++ b/examples/gestures/imagegestures/imagegestures.pro @@ -0,0 +1,16 @@ +HEADERS = imagewidget.h \ + mainwidget.h +SOURCES = imagewidget.cpp \ + main.cpp \ + mainwidget.cpp + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/gestures/imageviewer +sources.files = $$SOURCES \ + $$HEADERS \ + $$RESOURCES \ + $$FORMS \ + imageviewer.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/gestures/imageviewer +INSTALLS += target \ + sources |