diff options
Diffstat (limited to 'examples/gestures/gestures.pro')
-rw-r--r-- | examples/gestures/gestures.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/gestures/gestures.pro b/examples/gestures/gestures.pro new file mode 100644 index 0000000..09cd56a --- /dev/null +++ b/examples/gestures/gestures.pro @@ -0,0 +1,10 @@ +TEMPLATE = \ + subdirs +SUBDIRS = \ + imageviewer + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/gestures +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS gestures.pro README +sources.path = $$[QT_INSTALL_EXAMPLES]/gestures +INSTALLS += target sources |