2008-12-02 12:01:29 +01:00
|
|
|
TEMPLATE = lib
|
|
|
|
|
|
|
|
|
|
SOURCES += plugin1.cpp
|
|
|
|
|
HEADERS += plugin1.h
|
2013-03-27 15:42:16 +02:00
|
|
|
DEFINES += PLUGIN1_LIBRARY
|
2008-12-02 12:01:29 +01:00
|
|
|
|
2014-09-12 14:34:28 +02:00
|
|
|
DISTFILES = $$PWD/plugin.json
|
2008-12-02 12:01:29 +01:00
|
|
|
|
2013-03-25 19:09:49 +01:00
|
|
|
QTC_LIB_DEPENDS += extensionsystem
|
2010-11-08 15:05:18 +01:00
|
|
|
include(../../../../../../qtcreator.pri)
|
|
|
|
|
include(../../../../qttestrpath.pri)
|
2010-11-08 14:08:41 +01:00
|
|
|
|
2016-05-17 14:39:09 +02:00
|
|
|
TARGET = $$qtLibraryTargetName(plugin1)
|
2013-02-03 20:48:18 +02:00
|
|
|
CONFIG -= debug_and_release_target
|