Files
qt-creator/tests/auto/extensionsystem/pluginmanager/circularplugins/plugin2/plugin2.pro
T

19 lines
377 B
Prolog
Raw Normal View History

2008-12-02 12:01:29 +01:00
TEMPLATE = lib
SOURCES += plugin2.cpp
HEADERS += plugin2.h
2013-03-27 15:42:16 +02:00
DEFINES += PLUGIN2_LIBRARY
2008-12-02 12:01:29 +01:00
2010-11-08 14:08:41 +01:00
OTHER_FILES = $$PWD/plugin.xml
2008-12-02 12:01:29 +01:00
QTC_LIB_DEPENDS += extensionsystem
include(../../../../../../qtcreator.pri)
include(../../../../qttestrpath.pri)
2010-11-08 14:08:41 +01:00
COPYDIR = $$OUT_PWD
COPYFILES = $$OTHER_FILES
include(../../../copy.pri)
TARGET = $$qtLibraryName(plugin2)
2013-02-03 20:48:18 +02:00
CONFIG -= debug_and_release_target