From 04ee74e6de2af6e92ccfeac3eb25e1d2cb76c334 Mon Sep 17 00:00:00 2001 From: lotodore Date: Tue, 2 Oct 2007 11:23:41 +0000 Subject: [PATCH] Remove all qt stuff from server pro-files. --- pokerth_lib.pro | 4 ++-- pokerth_server.pro | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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/*