Removed legacy qmake files
This commit is contained in:
@@ -1,11 +0,0 @@
|
|||||||
TEMPLATE = subdirs
|
|
||||||
|
|
||||||
SUBDIRS += plugins \
|
|
||||||
zeiterfassungclient \
|
|
||||||
zeiterfassungcorelib \
|
|
||||||
zeiterfassungguilib \
|
|
||||||
zeiterfassungnetworklib
|
|
||||||
|
|
||||||
plugins.depends += zeiterfassungcorelib zeiterfassungguilib zeiterfassungnetworklib
|
|
||||||
zeiterfassung.depends += zeiterfassungcorelib zeiterfassungguilib zeiterfassungnetworklib
|
|
||||||
zeiterfassungguilib.depends += zeiterfassungcorelib zeiterfassungnetworklib
|
|
@@ -1,5 +0,0 @@
|
|||||||
PROJECT_ROOT = ../../..
|
|
||||||
TEMPLATE = lib
|
|
||||||
CONFIG += shared
|
|
||||||
DESTDIR = $${OUT_PWD}/$${PROJECT_ROOT}/bin/plugins/zeiterfassung
|
|
||||||
include(../../project.pri)
|
|
@@ -1,18 +0,0 @@
|
|||||||
TEMPLATE = subdirs
|
|
||||||
|
|
||||||
exists(absenceplugin/absenceplugin.pro): SUBDIRS += absenceplugin
|
|
||||||
exists(advancedviewplugin/advancedviewplugin.pro): SUBDIRS += advancedviewplugin
|
|
||||||
exists(devtoolsplugin/devtoolsplugin.pro): SUBDIRS += devtoolsplugin
|
|
||||||
exists(lunchmealplugin/lunchmealplugin.pro): SUBDIRS += lunchmealplugin
|
|
||||||
exists(profileplugin/profileplugin.pro): SUBDIRS += profileplugin
|
|
||||||
exists(presenceplugin/presenceplugin.pro): SUBDIRS += presenceplugin
|
|
||||||
exists(reportsplugin/reportsplugin.pro): SUBDIRS += reportsplugin
|
|
||||||
exists(sketchplugin/sketchplugin.pro): SUBDIRS += sketchplugin
|
|
||||||
exists(updaterplugin/updaterplugin.pro): SUBDIRS += updaterplugin
|
|
||||||
exists(weatherplugin/weatherplugin.pro): SUBDIRS += weatherplugin
|
|
||||||
exists(webradioplugin/webradioplugin.pro): {
|
|
||||||
qtHaveModule(multimedia): SUBDIRS += webradioplugin
|
|
||||||
else: message("multimedia is missing, will not build webradioplugin")
|
|
||||||
}
|
|
||||||
|
|
||||||
OTHER_FILES += plugin.pri
|
|
@@ -1,52 +0,0 @@
|
|||||||
themesInstall.path = $${DESTDIR}/themes
|
|
||||||
themesInstall.files = themes/dark_theme.qss
|
|
||||||
INSTALLS += themesInstall
|
|
||||||
|
|
||||||
darkThemeInstall.path = $${DESTDIR}/themes/dark_theme
|
|
||||||
darkThemeInstall.files = themes/dark_theme/checkbox_indeterminate_disabled.png \
|
|
||||||
themes/dark_theme/radio_unchecked.png \
|
|
||||||
themes/dark_theme/up_arrow.png \
|
|
||||||
themes/dark_theme/branch_closed-on.png \
|
|
||||||
themes/dark_theme/checkbox_checked_disabled.png \
|
|
||||||
themes/dark_theme/checkbox_unchecked.png \
|
|
||||||
themes/dark_theme/checkbox_indeterminate.png \
|
|
||||||
themes/dark_theme/stylesheet-branch-more.png \
|
|
||||||
themes/dark_theme/checkbox_checked.png \
|
|
||||||
themes/dark_theme/checkbox_unchecked_disabled.png \
|
|
||||||
themes/dark_theme/radio_checked.png \
|
|
||||||
themes/dark_theme/checkbox_indeterminate_focus.png \
|
|
||||||
themes/dark_theme/checkbox_checked_focus.png \
|
|
||||||
themes/dark_theme/branch_closed.png \
|
|
||||||
themes/dark_theme/Vsepartoolbar.png \
|
|
||||||
themes/dark_theme/radio_checked_disabled.png \
|
|
||||||
themes/dark_theme/left_arrow.png \
|
|
||||||
themes/dark_theme/Vmovetoolbar.png \
|
|
||||||
themes/dark_theme/branch_open-on.png \
|
|
||||||
themes/dark_theme/close.png \
|
|
||||||
themes/dark_theme/stylesheet-branch-end.png \
|
|
||||||
themes/dark_theme/stylesheet-vline.png \
|
|
||||||
themes/dark_theme/down_arrow_disabled.png \
|
|
||||||
themes/dark_theme/radio_unchecked_disabled.png \
|
|
||||||
themes/dark_theme/left_arrow_disabled.png \
|
|
||||||
themes/dark_theme/Hmovetoolbar.png \
|
|
||||||
themes/dark_theme/close-pressed.png \
|
|
||||||
themes/dark_theme/up_arrow_disabled.png \
|
|
||||||
themes/dark_theme/branch_open.png \
|
|
||||||
themes/dark_theme/radio_checked_focus.png \
|
|
||||||
themes/dark_theme/sizegrip.png \
|
|
||||||
themes/dark_theme/checkbox_unchecked_focus.png \
|
|
||||||
themes/dark_theme/right_arrow_disabled.png \
|
|
||||||
themes/dark_theme/Hsepartoolbar.png \
|
|
||||||
themes/dark_theme/undock.png \
|
|
||||||
themes/dark_theme/transparent.png \
|
|
||||||
themes/dark_theme/close-hover.png \
|
|
||||||
themes/dark_theme/radio_unchecked_focus.png \
|
|
||||||
themes/dark_theme/down_arrow.png \
|
|
||||||
themes/dark_theme/right_arrow.png
|
|
||||||
INSTALLS += darkThemeInstall
|
|
||||||
|
|
||||||
stripLayoutsInstall.path = $${DESTDIR}/strips
|
|
||||||
stripLayoutsInstall.files = strips/bookingstartstrip.ui \
|
|
||||||
strips/bookingendstrip.ui \
|
|
||||||
strips/timeassignmentstrip.ui
|
|
||||||
INSTALLS += stripLayoutsInstall
|
|
@@ -1,25 +0,0 @@
|
|||||||
QT += core network gui widgets
|
|
||||||
|
|
||||||
DBLIBS += zeiterfassungcore zeiterfassunggui zeiterfassungnetwork
|
|
||||||
|
|
||||||
TARGET = zeiterfassung
|
|
||||||
|
|
||||||
PROJECT_ROOT = ../..
|
|
||||||
|
|
||||||
RC_ICONS = icon.ico
|
|
||||||
|
|
||||||
SOURCES += main.cpp
|
|
||||||
|
|
||||||
HEADERS +=
|
|
||||||
|
|
||||||
FORMS += strips/bookingstartstrip.ui \
|
|
||||||
strips/bookingendstrip.ui \
|
|
||||||
strips/timeassignmentstrip.ui
|
|
||||||
|
|
||||||
RESOURCES += zeiterfassung_resources.qrc
|
|
||||||
|
|
||||||
TRANSLATIONS += translations/zeiterfassung_en.ts \
|
|
||||||
translations/zeiterfassung_de.ts
|
|
||||||
|
|
||||||
include($${PROJECT_ROOT}/app.pri)
|
|
||||||
include(installs.pri)
|
|
@@ -1,25 +0,0 @@
|
|||||||
QT += core
|
|
||||||
QT -= gui widgets
|
|
||||||
|
|
||||||
DBLIBS += dbcore
|
|
||||||
|
|
||||||
TARGET = zeiterfassungcore
|
|
||||||
|
|
||||||
PROJECT_ROOT = ../..
|
|
||||||
|
|
||||||
DEFINES += ZEITERFASSUNGCORELIB_LIBRARY
|
|
||||||
|
|
||||||
SOURCES += \
|
|
||||||
zeiterfassungsettings.cpp
|
|
||||||
|
|
||||||
HEADERS += zeiterfassungcorelib_global.h \
|
|
||||||
zeiterfassungsettings.h
|
|
||||||
|
|
||||||
FORMS +=
|
|
||||||
|
|
||||||
RESOURCES +=
|
|
||||||
|
|
||||||
TRANSLATIONS += translations/zeiterfassungcorelib_en.ts \
|
|
||||||
translations/zeiterfassungcorelib_de.ts
|
|
||||||
|
|
||||||
include($${PROJECT_ROOT}/lib.pri)
|
|
@@ -1,42 +0,0 @@
|
|||||||
QT += core network gui widgets uitools
|
|
||||||
|
|
||||||
DBLIBS += dbcore zeiterfassungcore zeiterfassungnetwork
|
|
||||||
|
|
||||||
TARGET = zeiterfassunggui
|
|
||||||
|
|
||||||
PROJECT_ROOT = ../..
|
|
||||||
|
|
||||||
DEFINES += ZEITERFASSUNGGUILIB_LIBRARY
|
|
||||||
|
|
||||||
SOURCES += mainwindow.cpp \
|
|
||||||
settingswidget.cpp \
|
|
||||||
stripfactory.cpp \
|
|
||||||
stripswidget.cpp \
|
|
||||||
zeiterfassungdialog.cpp \
|
|
||||||
zeiterfassungplugin.cpp \
|
|
||||||
dialogs/authenticationdialog.cpp \
|
|
||||||
dialogs/languageselectiondialog.cpp \
|
|
||||||
dialogs/settingsdialog.cpp
|
|
||||||
|
|
||||||
HEADERS += mainwindow.h \
|
|
||||||
settingswidget.h \
|
|
||||||
stripfactory.h \
|
|
||||||
stripswidget.h \
|
|
||||||
zeiterfassungguilib_global.h \
|
|
||||||
zeiterfassungdialog.h \
|
|
||||||
zeiterfassungplugin.h \
|
|
||||||
dialogs/authenticationdialog.h \
|
|
||||||
dialogs/languageselectiondialog.h \
|
|
||||||
dialogs/settingsdialog.h
|
|
||||||
|
|
||||||
FORMS += mainwindow.ui \
|
|
||||||
dialogs/settingsdialog.ui \
|
|
||||||
dialogs/languageselectiondialog.ui \
|
|
||||||
dialogs/authenticationdialog.ui
|
|
||||||
|
|
||||||
RESOURCES += zeiterfassungguilib_resources.qrc
|
|
||||||
|
|
||||||
TRANSLATIONS += translations/zeiterfassungguilib_en.ts \
|
|
||||||
translations/zeiterfassungguilib_de.ts
|
|
||||||
|
|
||||||
include($${PROJECT_ROOT}/lib.pri)
|
|
@@ -1,59 +0,0 @@
|
|||||||
QT += core network
|
|
||||||
QT -= gui widgets
|
|
||||||
|
|
||||||
DBLIBS += dbcore
|
|
||||||
|
|
||||||
TARGET = zeiterfassungnetwork
|
|
||||||
|
|
||||||
PROJECT_ROOT = ../..
|
|
||||||
|
|
||||||
DEFINES += ZEITERFASSUNGNETWORKLIB_LIBRARY
|
|
||||||
|
|
||||||
SOURCES += \
|
|
||||||
zeiterfassungapi.cpp \
|
|
||||||
replies/createbookingreply.cpp \
|
|
||||||
replies/createtimeassignmentreply.cpp \
|
|
||||||
replies/deletebookingreply.cpp \
|
|
||||||
replies/deletetimeassignmentreply.cpp \
|
|
||||||
replies/getabsencesreply.cpp \
|
|
||||||
replies/getbookingsreply.cpp \
|
|
||||||
replies/getdayinforeply.cpp \
|
|
||||||
replies/getpresencestatusreply.cpp \
|
|
||||||
replies/getprojectsreply.cpp \
|
|
||||||
replies/getreportreply.cpp \
|
|
||||||
replies/gettimeassignmentsreply.cpp \
|
|
||||||
replies/getuserinforeply.cpp \
|
|
||||||
replies/loginpagereply.cpp \
|
|
||||||
replies/loginreply.cpp \
|
|
||||||
replies/updatebookingreply.cpp \
|
|
||||||
replies/updatetimeassignmentreply.cpp \
|
|
||||||
replies/zeiterfassungreply.cpp
|
|
||||||
|
|
||||||
HEADERS += zeiterfassungnetworklib_global.h \
|
|
||||||
zeiterfassungapi.h \
|
|
||||||
replies/createbookingreply.h \
|
|
||||||
replies/createtimeassignmentreply.h \
|
|
||||||
replies/deletebookingreply.h \
|
|
||||||
replies/deletetimeassignmentreply.h \
|
|
||||||
replies/getabsencesreply.h \
|
|
||||||
replies/getbookingsreply.h \
|
|
||||||
replies/getdayinforeply.h \
|
|
||||||
replies/getpresencestatusreply.h \
|
|
||||||
replies/getprojectsreply.h \
|
|
||||||
replies/getreportreply.h \
|
|
||||||
replies/gettimeassignmentsreply.h \
|
|
||||||
replies/getuserinforeply.h \
|
|
||||||
replies/loginpagereply.h \
|
|
||||||
replies/loginreply.h \
|
|
||||||
replies/updatebookingreply.h \
|
|
||||||
replies/updatetimeassignmentreply.h \
|
|
||||||
replies/zeiterfassungreply.h
|
|
||||||
|
|
||||||
FORMS +=
|
|
||||||
|
|
||||||
RESOURCES +=
|
|
||||||
|
|
||||||
TRANSLATIONS += translations/zeiterfassungnetworklib_en.ts \
|
|
||||||
translations/zeiterfassungnetworklib_de.ts
|
|
||||||
|
|
||||||
include($${PROJECT_ROOT}/lib.pri)
|
|
Reference in New Issue
Block a user