Pass the compiler information from the configure script to the musredit/musrgui configuration
This commit is contained in:
@@ -38,8 +38,18 @@ exists( /usr/bin/cygwin1.dll ) {
|
||||
}
|
||||
|
||||
INSTALLS += target
|
||||
QMAKE_CC = gcc
|
||||
QMAKE_CXX = g++
|
||||
|
||||
isEmpty( CC ) {
|
||||
CC = gcc
|
||||
}
|
||||
|
||||
isEmpty( CXX ) {
|
||||
CXX = g++
|
||||
}
|
||||
|
||||
QMAKE_CC = $${CC}
|
||||
QMAKE_CXX = $${CXX}
|
||||
QMAKE_LINK = $${CXX}
|
||||
|
||||
# install path for the XML configuration file
|
||||
unix:xml.path = $${MUSRGUI_INSTALL_PATH}
|
||||
|
||||
Reference in New Issue
Block a user