2018-06-16 00:56:35 +02:00
|
|
|
|
2018-07-03 22:09:38 +02:00
|
|
|
TARGET = net_tracer_ui
|
2018-06-16 00:56:35 +02:00
|
|
|
DESTDIR = $$OUT_PWD/../../../../lay_plugins
|
|
|
|
|
|
|
|
|
|
include($$PWD/../../../lay_plugin.pri)
|
|
|
|
|
|
|
|
|
|
INCLUDEPATH += $$PWD/../db_plugin
|
|
|
|
|
DEPENDPATH += $$PWD/../db_plugin
|
|
|
|
|
LIBS += -L$$DESTDIR/../db_plugins -lnet_tracer
|
|
|
|
|
|
|
|
|
|
!isEmpty(RPATH) {
|
|
|
|
|
QMAKE_RPATHDIR += $$RPATH/db_plugins
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
HEADERS = \
|
|
|
|
|
layNetTracerConfig.h \
|
2022-09-25 00:35:59 +02:00
|
|
|
layNetTracerConnectivityEditor.h \
|
2018-06-16 00:56:35 +02:00
|
|
|
layNetTracerDialog.h \
|
2022-09-25 00:35:59 +02:00
|
|
|
layNetTracerTechComponentEditor.h
|
2018-06-16 00:56:35 +02:00
|
|
|
|
|
|
|
|
SOURCES = \
|
|
|
|
|
layNetTracerConfig.cc \
|
2022-09-25 00:35:59 +02:00
|
|
|
layNetTracerConnectivityEditor.cc \
|
2018-06-16 00:56:35 +02:00
|
|
|
layNetTracerDialog.cc \
|
|
|
|
|
layNetTracerPlugin.cc \
|
2022-09-25 00:35:59 +02:00
|
|
|
layNetTracerTechComponentEditor.cc
|
2018-06-16 00:56:35 +02:00
|
|
|
|
|
|
|
|
FORMS = \
|
|
|
|
|
NetTracerConfigPage.ui \
|
2022-09-25 00:35:59 +02:00
|
|
|
NetTracerConnectivityEditor.ui \
|
2018-06-16 00:56:35 +02:00
|
|
|
NetTracerDialog.ui \
|
|
|
|
|
NetTracerTechComponentEditor.ui \
|
|
|
|
|
|