diff options
Diffstat (limited to 'tests/auto/qhelpenginecore/tst_qhelpenginecore.pro')
-rw-r--r-- | tests/auto/qhelpenginecore/tst_qhelpenginecore.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qhelpenginecore/tst_qhelpenginecore.pro b/tests/auto/qhelpenginecore/tst_qhelpenginecore.pro new file mode 100644 index 0000000..11fca8e --- /dev/null +++ b/tests/auto/qhelpenginecore/tst_qhelpenginecore.pro @@ -0,0 +1,8 @@ +load(qttest_p4) +SOURCES += tst_qhelpenginecore.cpp +CONFIG += help +QT += sql + +DEFINES += SRCDIR=\\\"$$PWD\\\" +DEFINES += QT_USE_USING_NAMESPACE +!contains(QT_BUILD_PARTS, tools): DEFINES += QT_NO_BUILD_TOOLS |