diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-10-30 13:01:41 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-11-03 10:26:04 (GMT) |
commit | b7b4df9c87805be372fa6f74422e0f4648a5d520 (patch) | |
tree | 888364bd6a3f9ecc396cd44afed3aa114db31d31 | |
parent | 0222f4f55d6af9ad4f4ca1ee07ae9810ff9256a2 (diff) | |
download | Qt-b7b4df9c87805be372fa6f74422e0f4648a5d520.zip Qt-b7b4df9c87805be372fa6f74422e0f4648a5d520.tar.gz Qt-b7b4df9c87805be372fa6f74422e0f4648a5d520.tar.bz2 |
Fixed the imagegestures project file.
Reviewed-by: trustme
-rw-r--r-- | examples/gestures/imagegestures/imagegestures.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/gestures/imagegestures/imagegestures.pro b/examples/gestures/imagegestures/imagegestures.pro index 7780ad9..8c947e4 100644 --- a/examples/gestures/imagegestures/imagegestures.pro +++ b/examples/gestures/imagegestures/imagegestures.pro @@ -5,12 +5,12 @@ SOURCES = imagewidget.cpp \ mainwidget.cpp # install -target.path = $$[QT_INSTALL_EXAMPLES]/gestures/imageviewer +target.path = $$[QT_INSTALL_EXAMPLES]/gestures/imagegestures sources.files = $$SOURCES \ $$HEADERS \ $$RESOURCES \ $$FORMS \ - imageviewer.pro -sources.path = $$[QT_INSTALL_EXAMPLES]/gestures/imageviewer + imagegestures.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/gestures/imagegestures INSTALLS += target \ sources |