summaryrefslogtreecommitdiff
path: root/tests/auto/extensionsystem/pluginspec/testplugin/testplugin.pro
blob: c52eec0dc4933c1da4c6074507f745e657b75c35 (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

OTHER_FILES += testplugin.json

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

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