forked from qt-creator/qt-creator
it's the correct variable to use. Change-Id: I9ec7795099097715a64969516cd3fae9e213a0f4 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
15 lines
302 B
Prolog
15 lines
302 B
Prolog
TEMPLATE = lib
|
|
|
|
SOURCES += plugin2.cpp
|
|
HEADERS += plugin2.h
|
|
DEFINES += PLUGIN2_LIBRARY
|
|
|
|
DISTFILES = $$PWD/plugin.json
|
|
|
|
QTC_LIB_DEPENDS += extensionsystem
|
|
include(../../../../../../qtcreator.pri)
|
|
include(../../../../qttestrpath.pri)
|
|
|
|
TARGET = $$qtLibraryName(plugin2)
|
|
CONFIG -= debug_and_release_target
|