2013-04-05 23:46:56 +03:00
|
|
|
TEMPLATE = lib
|
|
|
|
TARGET = ExtensionSystem
|
|
|
|
DEFINES += EXTENSIONSYSTEM_LIBRARY
|
2015-07-16 21:41:49 +01:00
|
|
|
include(../../library.pri)
|
2013-04-05 23:46:56 +03:00
|
|
|
include(extensionsystem_dependencies.pri)
|
|
|
|
|
|
|
|
unix:!macx:!freebsd*:LIBS += -ldl
|
|
|
|
|
2015-05-20 19:37:02 +01:00
|
|
|
DEFINES += GCS_TEST_DIR=$$shell_quote(\"$$GCS_SOURCE_TREE\")
|
2013-04-05 23:46:56 +03:00
|
|
|
|
2013-09-15 22:06:11 +02:00
|
|
|
QT += widgets
|
|
|
|
|
2013-04-05 23:46:56 +03:00
|
|
|
HEADERS += pluginerrorview.h \
|
|
|
|
plugindetailsview.h \
|
|
|
|
iplugin.h \
|
|
|
|
iplugin_p.h \
|
|
|
|
extensionsystem_global.h \
|
|
|
|
pluginmanager.h \
|
|
|
|
pluginmanager_p.h \
|
|
|
|
pluginspec.h \
|
|
|
|
pluginspec_p.h \
|
|
|
|
pluginview.h \
|
|
|
|
pluginview_p.h \
|
|
|
|
optionsparser.h
|
|
|
|
SOURCES += pluginerrorview.cpp \
|
|
|
|
plugindetailsview.cpp \
|
|
|
|
iplugin.cpp \
|
|
|
|
pluginmanager.cpp \
|
|
|
|
pluginspec.cpp \
|
|
|
|
pluginview.cpp \
|
|
|
|
optionsparser.cpp
|
|
|
|
FORMS += pluginview.ui \
|
|
|
|
pluginerrorview.ui \
|
|
|
|
plugindetailsview.ui
|
|
|
|
RESOURCES += pluginview.qrc
|