summaryrefslogtreecommitdiff
path: root/tests/auto/extensionsystem/pluginspec/testplugin/testplugin.pro
blob: 7f46e9212f06bb6e5ebe2bd3e9ff62edc5aa9487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = lib
DEFINES += MYPLUGIN_LIBRARY
SOURCES += testplugin.cpp
HEADERS += testplugin.h testplugin_global.h

DISTFILES += testplugin.json

QTC_LIB_DEPENDS += extensionsystem
include(../../../../../qtcreator.pri)
include(../../../qttestrpath.pri)

TARGET = $$qtLibraryName(test)
CONFIG -= debug_and_release_target