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>
15 lines
309 B
Prolog
15 lines
309 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 = $$qtLibraryTargetName(plugin3)
|
|
CONFIG -= debug_and_release_target
|