Removed ccache feature from qmake again as qmale already offers the same functionality
This commit is contained in:
@@ -14,5 +14,3 @@ win32: include(installs_win32.pri)
|
||||
|
||||
OTHER_FILES += .travis.yml \
|
||||
Dockerfile
|
||||
|
||||
include(ccache.pri)
|
||||
|
@@ -1,3 +0,0 @@
|
||||
ccache {
|
||||
QMAKE_CXX = ccache $$QMAKE_CXX
|
||||
}
|
@@ -35,6 +35,4 @@ TRANSLATIONS += translations/absenceplugin_en.ts \
|
||||
|
||||
OTHER_FILES += absenceplugin.json
|
||||
|
||||
include($${PROJECT_ROOT}/ccache.pri)
|
||||
|
||||
include($${PROJECT_ROOT}/lrelease.pri)
|
||||
|
@@ -43,6 +43,4 @@ TRANSLATIONS += translations/advancedviewplugin_en.ts \
|
||||
|
||||
OTHER_FILES += advancedviewplugin.json
|
||||
|
||||
include($${PROJECT_ROOT}/ccache.pri)
|
||||
|
||||
include($${PROJECT_ROOT}/lrelease.pri)
|
||||
|
@@ -33,6 +33,4 @@ TRANSLATIONS += translations/devtoolsplugin_en.ts \
|
||||
|
||||
OTHER_FILES += devtoolsplugin.json
|
||||
|
||||
include($${PROJECT_ROOT}/ccache.pri)
|
||||
|
||||
include($${PROJECT_ROOT}/lrelease.pri)
|
||||
|
@@ -37,6 +37,4 @@ TRANSLATIONS += translations/lunchmealplugin_en.ts \
|
||||
|
||||
OTHER_FILES += lunchmealplugin.json
|
||||
|
||||
include($${PROJECT_ROOT}/ccache.pri)
|
||||
|
||||
include($${PROJECT_ROOT}/lrelease.pri)
|
||||
|
@@ -35,6 +35,4 @@ TRANSLATIONS += translations/presenceplugin_en.ts \
|
||||
|
||||
OTHER_FILES += presenceplugin.json
|
||||
|
||||
include($${PROJECT_ROOT}/ccache.pri)
|
||||
|
||||
include($${PROJECT_ROOT}/lrelease.pri)
|
||||
|
@@ -31,6 +31,4 @@ TRANSLATIONS += translations/profileplugin_en.ts \
|
||||
|
||||
OTHER_FILES += profileplugin.json
|
||||
|
||||
include($${PROJECT_ROOT}/ccache.pri)
|
||||
|
||||
include($${PROJECT_ROOT}/lrelease.pri)
|
||||
|
@@ -31,6 +31,4 @@ TRANSLATIONS += translations/reportsplugin_en.ts \
|
||||
|
||||
OTHER_FILES += reportsplugin.json
|
||||
|
||||
include($${PROJECT_ROOT}/ccache.pri)
|
||||
|
||||
include($${PROJECT_ROOT}/lrelease.pri)
|
||||
|
@@ -35,6 +35,4 @@ TRANSLATIONS += translations/updaterplugin_en.ts \
|
||||
|
||||
OTHER_FILES += updaterplugin.json
|
||||
|
||||
include($${PROJECT_ROOT}/ccache.pri)
|
||||
|
||||
include($${PROJECT_ROOT}/lrelease.pri)
|
||||
|
@@ -35,6 +35,4 @@ TRANSLATIONS += translations/weatherplugin_en.ts \
|
||||
|
||||
OTHER_FILES += weatherplugin.json
|
||||
|
||||
include($${PROJECT_ROOT}/ccache.pri)
|
||||
|
||||
include($${PROJECT_ROOT}/lrelease.pri)
|
||||
|
@@ -35,6 +35,4 @@ TRANSLATIONS += translations/webradioplugin_en.ts \
|
||||
|
||||
OTHER_FILES += webradioplugin.json
|
||||
|
||||
include($${PROJECT_ROOT}/ccache.pri)
|
||||
|
||||
include($${PROJECT_ROOT}/lrelease.pri)
|
||||
|
@@ -32,8 +32,6 @@ 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,6 +62,4 @@ RESOURCES +=
|
||||
TRANSLATIONS += translations/zeiterfassungcorelib_en.ts \
|
||||
translations/zeiterfassungcorelib_de.ts
|
||||
|
||||
include($${PROJECT_ROOT}/ccache.pri)
|
||||
|
||||
include($${PROJECT_ROOT}/lrelease.pri)
|
||||
|
@@ -48,8 +48,6 @@ 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