summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Isdale <keith.isdale@nokia.com>2010-08-03 16:38:28 +1000
committerKeith Isdale <keith.isdale@nokia.com>2010-08-03 16:38:28 +1000
commit0aed20f8eda2ed52faf6c71794ba6f989e7bc356 (patch)
treed5f31e79600eee45cc5317dd05d6d8935e1369dc
parent89f527ef46aaf755f7001bf3bd4f5869a03ac494 (diff)
Append another path to INCLUDEPATH so this test will compile
-rw-r--r--tests/qtuitest/testapps/fileDialogSaveApp/fileDialogSaveApp.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qtuitest/testapps/fileDialogSaveApp/fileDialogSaveApp.pro b/tests/qtuitest/testapps/fileDialogSaveApp/fileDialogSaveApp.pro
index cc8006e..a458154 100644
--- a/tests/qtuitest/testapps/fileDialogSaveApp/fileDialogSaveApp.pro
+++ b/tests/qtuitest/testapps/fileDialogSaveApp/fileDialogSaveApp.pro
@@ -6,6 +6,7 @@ TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
+INCLUDEPATH += $$SRCROOT/libqsystemtest
unix:!maemo* {
# avoid the need for make install on *nix
DESTDIR=$$BUILDROOT/bin
@@ -19,4 +20,4 @@ target.path += \
/usr/local/bin
INSTALLS += \
- target \ No newline at end of file
+ target