2018-09-17 19:37:34 +02:00
|
|
|
QT += core network gui widgets
|
|
|
|
|
|
2018-10-07 23:01:01 +02:00
|
|
|
DBLIBS += zeiterfassungcore zeiterfassunggui zeiterfassungnetwork
|
2018-09-17 19:37:34 +02:00
|
|
|
|
|
|
|
|
TARGET = devtoolsplugin
|
|
|
|
|
|
|
|
|
|
HEADERS += devtoolsplugin.h \
|
|
|
|
|
logdialog.h \
|
|
|
|
|
logmodel.h
|
|
|
|
|
|
|
|
|
|
SOURCES += devtoolsplugin.cpp \
|
|
|
|
|
logdialog.cpp \
|
|
|
|
|
logmodel.cpp
|
|
|
|
|
|
|
|
|
|
FORMS += logdialog.ui
|
|
|
|
|
|
|
|
|
|
RESOURCES += devtoolsplugin_resources.qrc
|
|
|
|
|
|
|
|
|
|
TRANSLATIONS += translations/devtoolsplugin_en.ts \
|
|
|
|
|
translations/devtoolsplugin_de.ts
|
|
|
|
|
|
|
|
|
|
OTHER_FILES += devtoolsplugin.json
|
|
|
|
|
|
|
|
|
|
include(../plugin.pri)
|