patch for qmake (64bit system)

This commit is contained in:
floty
2007-09-01 13:38:50 +00:00
parent a6f80672ee
commit 26397dee94
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -229,10 +229,18 @@ unix: !mac{
message("Found libboost_thread-mt")
LIBS += -lboost_thread-mt
}
exists( /usr/lib64/libboost_thread-mt.so ){
message("Found libboost_thread-mt")
LIBS += -lboost_thread-mt
}
exists( /usr/lib/libboost_thread.so ){
message("Found libboost_thread")
LIBS += -lboost_thread
}
exists( /usr/lib64/libboost_thread.so ){
message("Found libboost_thread")
LIBS += -lboost_thread
}
LIBPATH += lib
LIBS += -lpokerth_lib
LIBS += -lcrypto -lSDL_mixer
+8
View File
@@ -115,10 +115,18 @@ unix:!mac{
message("Found libboost_thread-mt")
LIBS += -lboost_thread-mt
}
exists( /usr/lib64/libboost_thread-mt.so ) {
message("Found libboost_thread-mt")
LIBS += -lboost_thread-mt
}
exists( /usr/lib/libboost_thread.so ) {
message("Found libboost_thread")
LIBS += -lboost_thread
}
exists( /usr/lib64/libboost_thread.so ) {
message("Found libboost_thread")
LIBS += -lboost_thread
}
LIBPATH += lib
LIBS += -lpokerth_lib
LIBS += -lcrypto