forked from qt-creator/qt-creator
Change-Id: Ied3707f18cf2753679eeaa2bcff0edfba3c7517e Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
14 lines
324 B
Prolog
14 lines
324 B
Prolog
TEMPLATE = lib
|
|
DEFINES += MYPLUGIN_LIBRARY
|
|
SOURCES += testplugin.cpp
|
|
HEADERS += testplugin.h testplugin_global.h
|
|
|
|
DISTFILES += testplugin.json
|
|
|
|
QTC_LIB_DEPENDS += extensionsystem
|
|
include(../../../../../qtcreator.pri)
|
|
include(../../../qttestrpath.pri)
|
|
|
|
TARGET = $$qtLibraryTargetName(test)
|
|
CONFIG -= debug_and_release_target
|