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
303 B
Prolog
15 lines
303 B
Prolog
TEMPLATE = lib
|
|
|
|
SOURCES += plugin3.cpp
|
|
HEADERS += plugin3.h
|
|
DEFINES += PLUGIN3_LIBRARY
|
|
|
|
ODISTFILES = $$PWD/plugin.json
|
|
|
|
QTC_LIB_DEPENDS += extensionsystem
|
|
include(../../../../../../qtcreator.pri)
|
|
include(../../../../qttestrpath.pri)
|
|
|
|
TARGET = $$qtLibraryName(plugin3)
|
|
CONFIG -= debug_and_release_target
|