summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhelpindexmodel/qhelpindexmodel.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qhelpindexmodel/qhelpindexmodel.pro')
-rw-r--r--tests/auto/qhelpindexmodel/qhelpindexmodel.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/qhelpindexmodel/qhelpindexmodel.pro b/tests/auto/qhelpindexmodel/qhelpindexmodel.pro
new file mode 100644
index 000000000..927c2e19e
--- /dev/null
+++ b/tests/auto/qhelpindexmodel/qhelpindexmodel.pro
@@ -0,0 +1,9 @@
+load(qttest_p4)
+
+SOURCES += tst_qhelpindexmodel.cpp
+CONFIG += help
+QT += sql
+
+DEFINES += SRCDIR=\\\"$$PWD\\\"
+DEFINES += QT_USE_USING_NAMESPACE
+!contains(QT_BUILD_PARTS, tools): DEFINES += QT_NO_BUILD_TOOLS