Now no need install ccache for build release version of application.
--HG-- branch : develop
This commit is contained in:
parent
2cbe79c803
commit
e89883f778
|
@ -16,7 +16,6 @@ RELEASE_TARGET = Valentina
|
||||||
CONFIG -= debug_and_release debug_and_release_target
|
CONFIG -= debug_and_release debug_and_release_target
|
||||||
CONFIG += c++11 precompile_header
|
CONFIG += c++11 precompile_header
|
||||||
|
|
||||||
QMAKE_CXX = ccache g++
|
|
||||||
#DEFINES += ...
|
#DEFINES += ...
|
||||||
|
|
||||||
# Precompiled headers (PCH)
|
# Precompiled headers (PCH)
|
||||||
|
@ -71,6 +70,7 @@ TRANSLATIONS += translations/valentina_ru.ts \
|
||||||
|
|
||||||
CONFIG(debug, debug|release){
|
CONFIG(debug, debug|release){
|
||||||
# Debug
|
# Debug
|
||||||
|
QMAKE_CXX = ccache g++
|
||||||
TARGET = $$DEBUG_TARGET
|
TARGET = $$DEBUG_TARGET
|
||||||
|
|
||||||
QMAKE_CXXFLAGS += -isystem "/usr/include/qt5" -isystem "/usr/include/qt5/QtWidgets" \
|
QMAKE_CXXFLAGS += -isystem "/usr/include/qt5" -isystem "/usr/include/qt5/QtWidgets" \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user