summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qfactoryloader/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/plugin/qfactoryloader/test/test.pro')
-rw-r--r--tests/auto/corelib/plugin/qfactoryloader/test/test.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/auto/corelib/plugin/qfactoryloader/test/test.pro b/tests/auto/corelib/plugin/qfactoryloader/test/test.pro
new file mode 100644
index 0000000000..d03af231aa
--- /dev/null
+++ b/tests/auto/corelib/plugin/qfactoryloader/test/test.pro
@@ -0,0 +1,21 @@
+CONFIG += testcase
+TARGET = ../tst_qfactoryloader
+QT = core-private testlib
+
+SOURCES = \
+ ../tst_qfactoryloader.cpp
+
+HEADERS = \
+ ../plugin1/plugininterface1.h \
+ ../plugin2/plugininterface2.h
+
+win32 {
+ CONFIG(debug, debug|release) {
+ TARGET = ../../debug/tst_qfactoryloader
+ } else {
+ TARGET = ../../release/tst_qfactoryloader
+ }
+}
+
+mac: CONFIG -= app_bundle
+mac: CONFIG += insignificant_test # QTBUG-22765