summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsystemstorageinfo/qsystemstorageinfo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qsystemstorageinfo/qsystemstorageinfo.pro')
-rw-r--r--tests/auto/qsystemstorageinfo/qsystemstorageinfo.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/auto/qsystemstorageinfo/qsystemstorageinfo.pro b/tests/auto/qsystemstorageinfo/qsystemstorageinfo.pro
index 245bb05abb..dfd52527da 100644
--- a/tests/auto/qsystemstorageinfo/qsystemstorageinfo.pro
+++ b/tests/auto/qsystemstorageinfo/qsystemstorageinfo.pro
@@ -1,4 +1,4 @@
-HEADERS +=
+HEADERS +=
TARGET = tst_qsystemstorageinfo
CONFIG+=testcase
@@ -6,7 +6,6 @@ QT = core network
SOURCES += tst_qsystemstorageinfo.cpp
INCLUDEPATH += ../../../src/systeminfo
-
include(../../../common.pri)
CONFIG += mobility
MOBILITY = systeminfo
@@ -16,3 +15,6 @@ symbian {
}
+contains(test_use_sim, yes) {
+DEFINES += TESTR QT_SIMULATOR
+}