summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qplugin/debugplugin/debugplugin.pro
blob: a4db0eccf6e89ce414fa1264a347ac60a1932e41 (plain)
1
2
3
4
5
6
7
TEMPLATE = lib
CONFIG += plugin debug
CONFIG -= release debug_and_release
SOURCES = main.cpp
QT = core
DESTDIR = ../plugins
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0