forked from qt-creator/qt-creator
20 lines
407 B
Prolog
20 lines
407 B
Prolog
TEMPLATE = lib
|
|
|
|
SOURCES += plugin1.cpp
|
|
HEADERS += plugin1.h
|
|
|
|
OTHER_FILES = $$PWD/plugin.xml
|
|
|
|
include(../../../../../../qtcreator.pri)
|
|
include(../../../../../../src/libs/extensionsystem/extensionsystem.pri)
|
|
include(../../../../qttestrpath.pri)
|
|
|
|
COPYDIR = $$OUT_PWD
|
|
COPYFILES = $$OTHER_FILES
|
|
include(../../../copy.pri)
|
|
|
|
TARGET = $$qtLibraryName(plugin1)
|
|
|
|
DESTDIR = $$OUT_PWD/../lib
|
|
LIBS += -L$$OUT_PWD/../lib
|