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
|
INCLUDEPATH += /Library/Frameworks/SDL_mixer.framework/Headers
|
||||||
}
|
}
|
||||||
|
|
||||||
#CONFIG += staticlib qt thread warn_on release
|
#CONFIG += staticlib thread warn_on release
|
||||||
CONFIG += staticlib qt thread warn_on debug
|
CONFIG += staticlib thread warn_on debug
|
||||||
UI_DIR = uics
|
UI_DIR = uics
|
||||||
TARGET = lib/pokerth_lib
|
TARGET = lib/pokerth_lib
|
||||||
MOC_DIR = mocs
|
MOC_DIR = mocs
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ TARGET = bin/pokerth_server
|
|||||||
MOC_DIR = mocs
|
MOC_DIR = mocs
|
||||||
OBJECTS_DIR = obj
|
OBJECTS_DIR = obj
|
||||||
DEFINES += POKERTH_DEDICATED_SERVER
|
DEFINES += POKERTH_DEDICATED_SERVER
|
||||||
|
QT -= core gui
|
||||||
|
|
||||||
INSTALLS += TARGET
|
INSTALLS += TARGET
|
||||||
TARGET.files += bin/*
|
TARGET.files += bin/*
|
||||||
|
|||||||
Reference in New Issue
Block a user