Remove all qt stuff from server pro-files.
This commit is contained in:
+2
-2
@@ -190,8 +190,8 @@ mac{
|
||||
INCLUDEPATH += /Library/Frameworks/SDL_mixer.framework/Headers
|
||||
}
|
||||
|
||||
#CONFIG += staticlib qt thread warn_on release
|
||||
CONFIG += staticlib qt thread warn_on debug
|
||||
#CONFIG += staticlib thread warn_on release
|
||||
CONFIG += staticlib thread warn_on debug
|
||||
UI_DIR = uics
|
||||
TARGET = lib/pokerth_lib
|
||||
MOC_DIR = mocs
|
||||
|
||||
@@ -11,6 +11,7 @@ TARGET = bin/pokerth_server
|
||||
MOC_DIR = mocs
|
||||
OBJECTS_DIR = obj
|
||||
DEFINES += POKERTH_DEDICATED_SERVER
|
||||
QT -= core gui
|
||||
|
||||
INSTALLS += TARGET
|
||||
TARGET.files += bin/*
|
||||
|
||||
Reference in New Issue
Block a user