aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/extensionsystem/pluginmanager/circularplugins/plugin2/plugin2.pro
blob: c2c5baf51d7ccad5fd42274e292d921ca53aec66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = lib

SOURCES += plugin2.cpp
HEADERS += plugin2.h
DEFINES += PLUGIN2_LIBRARY

OTHER_FILES = $$PWD/plugin.json

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

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