forked from qt-creator/qt-creator
it's the correct variable to use. Change-Id: I9ec7795099097715a64969516cd3fae9e213a0f4 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
14 lines
318 B
Prolog
14 lines
318 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 = $$qtLibraryName(test)
|
|
CONFIG -= debug_and_release_target
|