- Qt project cleanup, in particulary removed testsuite and traces in
release.
This commit is contained in:
+10
-6
@@ -5,16 +5,19 @@
|
|||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
QT += core gui opengl
|
QT += core gui opengl
|
||||||
|
macx:QT += phonon
|
||||||
|
#CONFIG += warn_off precompile_header // causes some massives errors on mac.
|
||||||
VERSION = 0.14.0
|
VERSION = 0.14.0
|
||||||
TARGET = wagic
|
TARGET = wagic
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
unix:QMAKE_CXXFLAGS += -Wno-unused-parameter
|
unix|macx:QMAKE_CXXFLAGS += -Wno-unused-parameter
|
||||||
windows:DEFINES += WIN32
|
windows:DEFINES += WIN32
|
||||||
windows:DEFINES += _CRT_SECURE_NO_WARNINGS
|
windows:DEFINES += _CRT_SECURE_NO_WARNINGS
|
||||||
windows:DEFINES += FORCE_GL2
|
windows:DEFINES += FORCE_GL2
|
||||||
unix:DEFINES += LINUX
|
unix|macx:DEFINES += LINUX
|
||||||
mac:DEFINES += LINUX
|
CONFIG(debug, debug|release):DEFINES += _DEBUG
|
||||||
DEFINES += QT_CONFIG
|
DEFINES += QT_CONFIG
|
||||||
|
macx:DEFINES += USE_PHONON
|
||||||
maemo5 {
|
maemo5 {
|
||||||
DEFINES += USE_PHONON
|
DEFINES += USE_PHONON
|
||||||
QT += phonon dbus
|
QT += phonon dbus
|
||||||
@@ -22,7 +25,7 @@ QT += phonon dbus
|
|||||||
windows:INCLUDEPATH += ../../JGE/Dependencies/include
|
windows:INCLUDEPATH += ../../JGE/Dependencies/include
|
||||||
windows:INCLUDEPATH += extra
|
windows:INCLUDEPATH += extra
|
||||||
unix:INCLUDEPATH += /usr/include/GL
|
unix:INCLUDEPATH += /usr/include/GL
|
||||||
mac:INCLUDEPATH += /opt/include
|
macx:INCLUDEPATH += /opt/include
|
||||||
INCLUDEPATH += ../../JGE/include
|
INCLUDEPATH += ../../JGE/include
|
||||||
INCLUDEPATH += include
|
INCLUDEPATH += include
|
||||||
OBJECTS_DIR = objs
|
OBJECTS_DIR = objs
|
||||||
@@ -30,7 +33,7 @@ MOC_DIR = objs
|
|||||||
DESTDIR = bin
|
DESTDIR = bin
|
||||||
|
|
||||||
windows:LIBS += -L../../JGE/Dependencies/lib -lfmodvc
|
windows:LIBS += -L../../JGE/Dependencies/lib -lfmodvc
|
||||||
macx|unix:LIBS += -L/opt/lib -lz
|
macx|unix:LIBS += -lz
|
||||||
|
|
||||||
PRECOMPILED_HEADER = include/PrecompiledHeader.h
|
PRECOMPILED_HEADER = include/PrecompiledHeader.h
|
||||||
|
|
||||||
@@ -121,7 +124,6 @@ SOURCES += \
|
|||||||
src/TargetChooser.cpp\
|
src/TargetChooser.cpp\
|
||||||
src/TargetsList.cpp\
|
src/TargetsList.cpp\
|
||||||
src/Tasks.cpp\
|
src/Tasks.cpp\
|
||||||
src/TestSuiteAI.cpp\
|
|
||||||
src/TextScroller.cpp\
|
src/TextScroller.cpp\
|
||||||
src/ThisDescriptor.cpp\
|
src/ThisDescriptor.cpp\
|
||||||
src/Token.cpp\
|
src/Token.cpp\
|
||||||
@@ -137,6 +139,8 @@ SOURCES += \
|
|||||||
src/WGui.cpp\
|
src/WGui.cpp\
|
||||||
src/WResourceManager.cpp
|
src/WResourceManager.cpp
|
||||||
|
|
||||||
|
CONFIG(debug, debug|release):SOURCES += src/TestSuiteAI.cpp
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
include/AllAbilities.h\
|
include/AllAbilities.h\
|
||||||
include/DeckMenu.h\
|
include/DeckMenu.h\
|
||||||
|
|||||||
Reference in New Issue
Block a user