You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
559 B
23 lines
559 B
TEMPLATE = lib |
|
CONFIG += plugin no_plugin_name_prefix |
|
QT += widgets serialport |
|
INCLUDEPATH += ../../../../ |
|
SOURCES = DialogImport.cpp ../../../shared/plugin/plugin.cpp |
|
HEADERS = DialogImport.h ../../../shared/plugin/plugin.h |
|
FORMS = DialogImport.ui |
|
RESOURCES = res/gce604.qrc |
|
TARGET = ../../../veroval-gce604 |
|
|
|
unix:!macx { |
|
QMAKE_RPATHDIR += $ORIGIN/../../lib |
|
} |
|
|
|
win32 { |
|
CONFIG -= debug_and_release |
|
} |
|
|
|
macx { |
|
} |
|
|
|
system($$QMAKE_COPY_FILE $$shell_path($$OUT_PWD/../../../../mainapp/res/svg/plugin/*.svg res/svg)) |
|
QMAKE_CLEAN += $$OUT_PWD/res/svg/*.svg
|
|
|