Cleaned .pro files for macos compiling

This commit is contained in:
Paolo Cignoni cignoni 2007-02-22 09:22:06 +00:00
parent ef05322bf2
commit a42e238037
11 changed files with 4 additions and 78 deletions

View File

@ -53,6 +53,9 @@ RESOURCES = meshlab.qrc
# to add windows icon
RC_FILE = meshlab.rc
# to add MacOS icon
ICON = images/meshlab.icns
QT += opengl
QT += xml
QT += network
@ -78,11 +81,3 @@ CONFIG(debug, debug|release) {
}
unix{
LIBS += -L../../../code/lib/glew/lib -lGLEW
QMAKE_CC = gcc
QMAKE_CXX = g++
QMAKE_LINK = gcc
CONFIG += warn_off debug_and_release
}

View File

@ -14,12 +14,6 @@ DESTDIR = ../../meshlab/plugins
# the following line is needed to avoid mismatch between
# the awful min/max macros of windows and the limits max
win32:DEFINES += NOMINMAX
unix{
QMAKE_CC = gcc
QMAKE_CXX = g++
QMAKE_LINK = gcc
CONFIG += warn_off debug_and_release
}
contains(TEMPLATE,lib) {

View File

@ -13,13 +13,6 @@ QT += xml
# the following line is needed to avoid mismatch between
# the awful min/max macros of windows and the limits max
win32:DEFINES += NOMINMAX
unix{
QMAKE_CC = gcc
QMAKE_CXX = g++
QMAKE_LINK = gcc
CONFIG += warn_off debug_and_release
# LIBS += -l3ds
}
contains(TEMPLATE,lib) {

View File

@ -15,13 +15,6 @@ QT += xml
# the following line is needed to avoid mismatch between
# the awful min/max macros of windows and the limits max
win32:DEFINES += NOMINMAX
unix{
QMAKE_CC = gcc
QMAKE_CXX = g++
QMAKE_LINK = gcc
CONFIG += warn_off debug_and_release
LIBS += -l3ds
}
contains(TEMPLATE,lib) {

View File

@ -1,7 +1,3 @@
# Diese Datei wurde mit dem qmake-Manager von KDevelop erstellt.
# -------------------------------------------
# Unterordner relativ zum Projektordner: .
# Das Target ist eine Anwendung:
TEMPLATE = lib
CONFIG += plugin
@ -16,12 +12,7 @@ DESTDIR = ../../meshlab/plugins
DEFINES += GLEW_STATIC
QT += opengl
RESOURCES = meshlab.qrc
unix{
QMAKE_CC = gcc
QMAKE_CXX = g++
QMAKE_LINK = gcc
CONFIG += warn_off debug_and_release
}
contains(TEMPLATE,lib){
CONFIG(debug, debug|release){
unix{

View File

@ -11,13 +11,6 @@ DESTDIR = ../../meshlab/plugins
win32:DEFINES += NOMINMAX
FORMS = equalizerDialog.ui
unix{
QMAKE_CC = gcc
QMAKE_CXX = g++
QMAKE_LINK = gcc
CONFIG += warn_off debug_and_release
}
contains(TEMPLATE,lib) {
CONFIG(debug, debug|release) {

View File

@ -10,12 +10,6 @@ DESTDIR = ../../meshlab/plugins
win32:DEFINES += NOMINMAX
# win32:LIBS += ../../../../code/lib/glut/lib/glut32.lib
unix{
QMAKE_CC = gcc
QMAKE_CXX = g++
QMAKE_LINK = gcc
CONFIG += warn_off debug_and_release
}
contains(TEMPLATE,lib) {
CONFIG(debug, debug|release) {

View File

@ -13,13 +13,6 @@ RESOURCES = meshlab.qrc
# the awful min/max macros of windows and the limits max
win32:DEFINES += NOMINMAX
unix{
QMAKE_CC = gcc
QMAKE_CXX = g++
QMAKE_LINK = gcc
CONFIG += warn_off debug_and_release
}
contains(TEMPLATE,lib) {
CONFIG(debug, debug|release) {
unix:TARGET = $$member(TARGET, 0)_debug

View File

@ -22,12 +22,6 @@ win32:DEFINES += NOMINMAX
FORMS = ui/transformDialog.ui ../../meshlab/ui/genericELDialog.ui
QT += opengl
unix{
QMAKE_CC = gcc
QMAKE_CXX = g++
QMAKE_LINK = gcc
CONFIG += warn_off debug_and_release
}
contains(TEMPLATE,lib) {
CONFIG(debug, debug|release) {

View File

@ -14,13 +14,6 @@ win32:DEFINES += NOMINMAX
FORMS = shaderDialog.ui
DEFINES += GLEW_STATIC
unix{
QMAKE_CC = gcc
QMAKE_CXX = g++
QMAKE_LINK = gcc
CONFIG += warn_off debug_and_release
QT += xml
}
contains(TEMPLATE,lib) {
CONFIG(debug, debug|release) {

View File

@ -11,13 +11,6 @@ RESOURCES = meshlab.qrc
# the awful min/max macros of windows and the limits max
win32:DEFINES += NOMINMAX
unix{
QMAKE_CC = gcc
QMAKE_CXX = g++
QMAKE_LINK = gcc
CONFIG += warn_off debug_and_release
}
contains(TEMPLATE,lib) {
CONFIG(debug, debug|release) {
unix:TARGET = $$member(TARGET, 0)_debug