diff options
Diffstat (limited to 'tests/auto/qhelpindexmodel/tst_qhelpindexmodel.pro')
-rw-r--r-- | tests/auto/qhelpindexmodel/tst_qhelpindexmodel.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/qhelpindexmodel/tst_qhelpindexmodel.pro b/tests/auto/qhelpindexmodel/tst_qhelpindexmodel.pro new file mode 100644 index 0000000..927c2e1 --- /dev/null +++ b/tests/auto/qhelpindexmodel/tst_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 |