This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
include($$[QT_INSTALL_DATA]/mkspecs/linux-g++/qmake.conf)
|
||||
exists(/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++/qmake.conf) {
|
||||
include(/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++/qmake.conf)
|
||||
} else: exists(/usr/share/qt5/mkspecs/linux-g++/qmake.conf) {
|
||||
include(/usr/share/qt5/mkspecs/linux-g++/qmake.conf)
|
||||
} else: exists($$[QT_HOST_DATA]/mkspecs/linux-g++/qmake.conf) {
|
||||
include($$[QT_HOST_DATA]/mkspecs/linux-g++/qmake.conf)
|
||||
} else {
|
||||
include($$[QT_INSTALL_DATA]/mkspecs/linux-g++/qmake.conf)
|
||||
}
|
||||
|
||||
QMAKE_CC = arm-linux-gnueabihf-gcc
|
||||
QMAKE_CXX = arm-linux-gnueabihf-g++
|
||||
|
||||
Reference in New Issue
Block a user