Fix missed issues in the Linux build system

This commit is contained in:
Roland Winklmeier
2015-01-19 11:16:34 +01:00
parent d02092779b
commit 0341f7a1ac
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ win32-g++ {
}
linux-g++ {
GCC64 = $$system($$QMAKE_CXX -Q --help=target | grep m64)
contains(MINGW64,[enabled]) {
contains(GCC64,[enabled]) {
WORD_SIZE = 64
}
else {

View File

@@ -42,8 +42,8 @@ win32-g++ {
LIBS += -luser32
}
linux-g++* {
equals(WORD_SIZE,64): LIBS *= -L$$EXTERNALDIR/linux64/lib
equals(WORD_SIZE,32): LIBS *= -L$$EXTERNALDIR/linux32/lib
equals(WORD_SIZE,64): LIBS *= -L$$EXTERNALDIR/linux-g++/lib64
equals(WORD_SIZE,32): LIBS *= -L$$EXTERNALDIR/linux-g++/lib32
}
macx-clang {
INCLUDEPATH *= $$EXTERNALDIR/macx-clang/include