aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2013-07-22 16:49:26 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-22 17:12:00 +0200
commite443c7ba5552e5c88c331b370cc7a338d8672494 (patch)
tree7ed794c01cb223b260c17336fbe1d1fca38f018a /examples
parent5f0c90475d7927d5ccf8e1e9da0c3812f3f59f71 (diff)
Put back OTHER_FILES in systemdialogs example
Partial revert of 1e9589eb0c2bb9404e11c69e1d76ef9efd89af56. Creator currently needs this variable in order to find the QML files. (see https://bugreports.qt-project.org/browse/QTCREATORBUG-9860) Change-Id: Id5882dfe9733a6b401976e4d6e5baf2066d21b1b Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/dialogs/systemdialogs/systemdialogs.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/quick/dialogs/systemdialogs/systemdialogs.pro b/examples/quick/dialogs/systemdialogs/systemdialogs.pro
index 3c065ce6d0..4e520d1a5d 100644
--- a/examples/quick/dialogs/systemdialogs/systemdialogs.pro
+++ b/examples/quick/dialogs/systemdialogs/systemdialogs.pro
@@ -4,5 +4,10 @@ QT += quick qml
SOURCES += main.cpp
RESOURCES += systemdialogs.qrc ../../shared/shared.qrc
+OTHER_FILES += \
+ systemdialogs.qml \
+ FileDialogs.qml \
+ ColorDialogs.qml
+
target.path = $$[QT_INSTALL_EXAMPLES]/quick/dialogs/systemdialogs
INSTALLS += target