Added new ccache config flag #62

This commit is contained in:
Daniel Brunner
2018-03-24 16:06:46 +01:00
parent a417a762ab
commit 8dcb98d77c
14 changed files with 44 additions and 16 deletions

View File

@@ -14,3 +14,5 @@ win32: include(installs_win32.pri)
OTHER_FILES += .travis.yml \
Dockerfile
include(ccache.pri)

View File

@@ -35,4 +35,6 @@ TRANSLATIONS += translations/absenceplugin_en.ts \
OTHER_FILES += absenceplugin.json
include(../../lrelease.pri)
include($${PROJECT_ROOT}/ccache.pri)
include($${PROJECT_ROOT}/lrelease.pri)

View File

@@ -43,4 +43,6 @@ TRANSLATIONS += translations/advancedviewplugin_en.ts \
OTHER_FILES += advancedviewplugin.json
include(../../lrelease.pri)
include($${PROJECT_ROOT}/ccache.pri)
include($${PROJECT_ROOT}/lrelease.pri)

View File

@@ -33,4 +33,6 @@ TRANSLATIONS += translations/devtoolsplugin_en.ts \
OTHER_FILES += devtoolsplugin.json
include(../../lrelease.pri)
include($${PROJECT_ROOT}/ccache.pri)
include($${PROJECT_ROOT}/lrelease.pri)

View File

@@ -37,4 +37,6 @@ TRANSLATIONS += translations/lunchmealplugin_en.ts \
OTHER_FILES += lunchmealplugin.json
include(../../lrelease.pri)
include($${PROJECT_ROOT}/ccache.pri)
include($${PROJECT_ROOT}/lrelease.pri)

View File

@@ -35,4 +35,6 @@ TRANSLATIONS += translations/presenceplugin_en.ts \
OTHER_FILES += presenceplugin.json
include(../../lrelease.pri)
include($${PROJECT_ROOT}/ccache.pri)
include($${PROJECT_ROOT}/lrelease.pri)

View File

@@ -31,4 +31,6 @@ TRANSLATIONS += translations/profileplugin_en.ts \
OTHER_FILES += profileplugin.json
include(../../lrelease.pri)
include($${PROJECT_ROOT}/ccache.pri)
include($${PROJECT_ROOT}/lrelease.pri)

View File

@@ -31,4 +31,6 @@ TRANSLATIONS += translations/reportsplugin_en.ts \
OTHER_FILES += reportsplugin.json
include(../../lrelease.pri)
include($${PROJECT_ROOT}/ccache.pri)
include($${PROJECT_ROOT}/lrelease.pri)

View File

@@ -18,13 +18,13 @@ DEFINES += QT_DEPRECATED_WARNINGS QT_DISABLE_DEPRECATED_BEFORE=0x060000 QT_MESSA
HEADERS += updaterdialog.h \
updaterplugin.h \
updatersettings.h \
updatersettingswidget.h
updatersettings.h \
updatersettingswidget.h
SOURCES += updaterdialog.cpp \
updaterplugin.cpp \
updatersettings.cpp \
updatersettingswidget.cpp
updatersettings.cpp \
updatersettingswidget.cpp
FORMS += updaterdialog.ui
@@ -35,4 +35,6 @@ TRANSLATIONS += translations/updaterplugin_en.ts \
OTHER_FILES += updaterplugin.json
include(../../lrelease.pri)
include($${PROJECT_ROOT}/ccache.pri)
include($${PROJECT_ROOT}/lrelease.pri)

View File

@@ -35,4 +35,6 @@ TRANSLATIONS += translations/weatherplugin_en.ts \
OTHER_FILES += weatherplugin.json
include(../../lrelease.pri)
include($${PROJECT_ROOT}/ccache.pri)
include($${PROJECT_ROOT}/lrelease.pri)

View File

@@ -19,12 +19,12 @@ DEFINES += QT_DEPRECATED_WARNINGS QT_DISABLE_DEPRECATED_BEFORE=0x060000 QT_MESSA
HEADERS += webradiodialog.h \
webradioplugin.h \
webradiosettings.h \
webradiosettingswidget.h
webradiosettingswidget.h
SOURCES += webradiodialog.cpp \
webradioplugin.cpp \
webradiosettings.cpp \
webradiosettingswidget.cpp
webradiosettingswidget.cpp
FORMS += webradiodialog.ui
@@ -35,4 +35,6 @@ TRANSLATIONS += translations/webradioplugin_en.ts \
OTHER_FILES += webradioplugin.json
include(../../lrelease.pri)
include($${PROJECT_ROOT}/ccache.pri)
include($${PROJECT_ROOT}/lrelease.pri)

View File

@@ -32,6 +32,8 @@ RESOURCES += zeiterfassung_resources.qrc
TRANSLATIONS += translations/zeiterfassung_en.ts \
translations/zeiterfassung_de.ts
include($${PROJECT_ROOT}ccache.pri)
include($${PROJECT_ROOT}/lrelease.pri)
include(installs.pri)

View File

@@ -62,4 +62,6 @@ RESOURCES +=
TRANSLATIONS += translations/zeiterfassungcorelib_en.ts \
translations/zeiterfassungcorelib_de.ts
include($${PROJECT_ROOT}ccache.pri)
include($${PROJECT_ROOT}/lrelease.pri)

View File

@@ -48,6 +48,8 @@ RESOURCES += zeiterfassungguilib_resources.qrc
TRANSLATIONS += translations/zeiterfassungguilib_en.ts \
translations/zeiterfassungguilib_de.ts
include($${PROJECT_ROOT}ccache.pri)
include($${PROJECT_ROOT}/lrelease.pri)
include(QStringListWidget/QStringListWidget.pri)