Files
DbZeiterfassung-reportsplugin/reportsplugin.pro
2018-09-17 19:43:50 +02:00

23 lines
431 B
Prolog

QT += core network gui widgets
DBLIBS += zeiterfassungcore zeiterfassunggui
TARGET = reportsplugin
HEADERS += reportsplugin.h \
reportswidget.h
SOURCES += reportsplugin.cpp \
reportswidget.cpp
FORMS +=
RESOURCES += reportsplugin_resources.qrc
TRANSLATIONS += translations/reportsplugin_en.ts \
translations/reportsplugin_de.ts
OTHER_FILES += reportsplugin.json
include(../plugin.pri)