fixes linux compilation problem. add /usr/games/bin support for appPath (gentoo)

This commit is contained in:
doitux
2007-10-01 07:17:05 +00:00
parent b4a1ce8bd5
commit e31f74fe01
6 changed files with 12 additions and 38 deletions
+1 -2
View File
@@ -10,7 +10,6 @@ UI_DIR = uics
TARGET = bin/pokerth_server
MOC_DIR = mocs
OBJECTS_DIR = obj
# QMAKE_CXXFLAGS_DEBUG += -g
DEFINES += POKERTH_DEDICATED_SERVER
INSTALLS += TARGET
@@ -135,7 +134,7 @@ win32 {
!win32 {
DEPENDPATH += src/net/linux/ src/core/linux
SOURCES += src/core/linux/daemon.c
SOURCES += src/core/win32/convhelper.cpp
SOURCES += src/core/linux/convhelper.cpp
}
unix : !mac {