summaryrefslogtreecommitdiffstats
path: root/tests/auto/qplugin/debugplugin/debugplugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qplugin/debugplugin/debugplugin.pro')
-rw-r--r--tests/auto/qplugin/debugplugin/debugplugin.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qplugin/debugplugin/debugplugin.pro b/tests/auto/qplugin/debugplugin/debugplugin.pro
new file mode 100644
index 0000000..cb2ac34
--- /dev/null
+++ b/tests/auto/qplugin/debugplugin/debugplugin.pro
@@ -0,0 +1,7 @@
+TEMPLATE = lib
+CONFIG += plugin debug
+CONFIG -= release debug_and_release
+SOURCES = main.cpp
+QT = core
+DESTDIR = ../plugins
+