summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpluginloader/tst/tst.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qpluginloader/tst/tst.pro')
-rw-r--r--tests/auto/qpluginloader/tst/tst.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qpluginloader/tst/tst.pro b/tests/auto/qpluginloader/tst/tst.pro
index a22250177d..c0ceb52d5b 100644
--- a/tests/auto/qpluginloader/tst/tst.pro
+++ b/tests/auto/qpluginloader/tst/tst.pro
@@ -2,6 +2,8 @@ load(qttest_p4)
SOURCES += ../tst_qpluginloader.cpp
TARGET = ../tst_qpluginloader
QT = core
+CONFIG += console
+CONFIG -= app_bundle
HEADERS += ../theplugin/plugininterface.h
win32 {
@@ -29,5 +31,3 @@ symbian: {
}
DEFINES += SRCDIR=\\\"$$PWD/../\\\"
-
-CONFIG+=insignificant_test # QTQAINFRA-428