Cosmetic work.
This commit is contained in:
+3
-3
@@ -299,11 +299,11 @@ unix{
|
|||||||
unix: !mac{
|
unix: !mac{
|
||||||
|
|
||||||
LIBPATH += lib
|
LIBPATH += lib
|
||||||
LIBS += -lpokerth_lib
|
|
||||||
LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64
|
LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64
|
||||||
BOOST_FS = boost_filesystem boost_filesystem-mt
|
BOOST_FS = boost_filesystem boost_filesystem-mt
|
||||||
BOOST_THREAD = boost_thread boost_thread-mt
|
BOOST_THREAD = boost_thread boost_thread-mt
|
||||||
|
|
||||||
for(dir, LIB_DIRS) {
|
for(dir, LIB_DIRS) {
|
||||||
exists($$dir) {
|
exists($$dir) {
|
||||||
for(lib, BOOST_THREAD) {
|
for(lib, BOOST_THREAD) {
|
||||||
@@ -331,6 +331,7 @@ unix: !mac{
|
|||||||
libSDL_mixer, libSDL --> http://www.libsdl.org/")
|
libSDL_mixer, libSDL --> http://www.libsdl.org/")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
LIBS += -lpokerth_lib
|
||||||
LIBS += $$BOOST_LIBS
|
LIBS += $$BOOST_LIBS
|
||||||
LIBS += -lcrypto -lSDL_mixer
|
LIBS += -lcrypto -lSDL_mixer
|
||||||
TARGETDEPS += ./lib/libpokerth_lib.a
|
TARGETDEPS += ./lib/libpokerth_lib.a
|
||||||
@@ -353,7 +354,6 @@ unix: !mac{
|
|||||||
desktop.files += pokerth.desktop
|
desktop.files += pokerth.desktop
|
||||||
|
|
||||||
INSTALLS += binary data pixmap desktop
|
INSTALLS += binary data pixmap desktop
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
mac{
|
mac{
|
||||||
|
|||||||
Reference in New Issue
Block a user