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

SOURCES += plugin1.cpp
HEADERS += plugin1.h
DEFINES += PLUGIN1_LIBRARY

OTHER_FILES = $$PWD/plugin.json

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

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