Added new ccache config flag #62
This commit is contained in:
@@ -14,3 +14,5 @@ win32: include(installs_win32.pri)
|
||||
|
||||
OTHER_FILES += .travis.yml \
|
||||
Dockerfile
|
||||
|
||||
include(ccache.pri)
|
||||
|
@@ -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)
|
||||
|
@@ -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)
|
||||
|
@@ -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)
|
||||
|
@@ -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)
|
||||
|
@@ -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)
|
||||
|
@@ -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)
|
||||
|
@@ -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)
|
||||
|
@@ -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)
|
||||
|
@@ -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)
|
||||
|
@@ -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)
|
||||
|
@@ -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)
|
||||
|
@@ -62,4 +62,6 @@ RESOURCES +=
|
||||
TRANSLATIONS += translations/zeiterfassungcorelib_en.ts \
|
||||
translations/zeiterfassungcorelib_de.ts
|
||||
|
||||
include($${PROJECT_ROOT}ccache.pri)
|
||||
|
||||
include($${PROJECT_ROOT}/lrelease.pri)
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user