simply gcc instead of gcc-3.3

This commit is contained in:
Paolo Cignoni cignoni 2006-06-08 08:55:48 +00:00
parent 7dc50278c3
commit c7cd3f8669
2 changed files with 6 additions and 6 deletions

View File

@ -14,9 +14,9 @@ RESOURCES = meshlab.qrc
win32:DEFINES += NOMINMAX
unix{
QMAKE_CC = gcc-3.3
QMAKE_CXX = g++-3.3
QMAKE_LINK = gcc-3.3
QMAKE_CC = gcc
QMAKE_CXX = g++
QMAKE_LINK = gcc
CONFIG += warn_off debug_and_release
}

View File

@ -10,9 +10,9 @@ DESTDIR = ../../meshlab/plugins
win32:DEFINES += NOMINMAX
unix{
QMAKE_CC = gcc-3.3
QMAKE_CXX = g++-3.3
QMAKE_LINK = gcc-3.3
QMAKE_CC = gcc
QMAKE_CXX = g++
QMAKE_LINK = gcc
CONFIG += warn_off debug_and_release
}