diff --git a/pokerth_lib.pro b/pokerth_lib.pro index 4d0b1fc5..11627929 100644 --- a/pokerth_lib.pro +++ b/pokerth_lib.pro @@ -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 diff --git a/pokerth_server.pro b/pokerth_server.pro index 5c6c5b2e..ec707f52 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -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/*