Removed ccache feature from qmake again as qmale already offers the same functionality

This commit is contained in:
Daniel Brunner
2018-03-24 16:38:18 +01:00
parent d762049d07
commit a7a6407696
15 changed files with 0 additions and 31 deletions

View File

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

View File

@@ -1,3 +0,0 @@
ccache {
QMAKE_CXX = ccache $$QMAKE_CXX
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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