forked from organicmaps/organicmaps
qmake fix for rebuilding project without any modifications.
This commit is contained in:
parent
6f92701ec0
commit
6659250488
1 changed files with 6 additions and 4 deletions
10
common.pri
10
common.pri
|
@ -17,15 +17,17 @@ VERSION_MINOR = 4
|
|||
VERSION = $${VERSION_MAJOR}.$${VERSION_MINOR}
|
||||
|
||||
# Additional include directories, common to most projects.
|
||||
INCLUDEPATH *= $$ROOT_DIR
|
||||
# /../omim part is used to avoid qmake issue when whole project
|
||||
# recompiles without any modification.
|
||||
INCLUDEPATH *= $$ROOT_DIR/../omim
|
||||
DEPENDPATH *= $$ROOT_DIR/../omim
|
||||
INCLUDEPATH *= $$ROOT_DIR/3party/boost
|
||||
INCLUDEPATH *= $$ROOT_DIR/3party/glm
|
||||
|
||||
# hack for Qt5 qmake to make it faster
|
||||
# Hack for Qt5 qmake to make it much faster.
|
||||
# Turns off any external headers modification check (see DEPENDPATH).
|
||||
CONFIG -= depend_includepath
|
||||
|
||||
DEPENDPATH *= $$ROOT_DIR
|
||||
|
||||
CONFIG *= c++11
|
||||
|
||||
!win32* {
|
||||
|
|
Loading…
Add table
Reference in a new issue