Updated project files for MacOS.
This commit is contained in:
+5
-5
@@ -422,15 +422,15 @@ mac {
|
|||||||
LIBS += -framework SDL_mixer
|
LIBS += -framework SDL_mixer
|
||||||
# standard path for darwinports
|
# standard path for darwinports
|
||||||
# make sure you have a universal version of boost
|
# make sure you have a universal version of boost
|
||||||
LIBS += /usr/local/lib/libboost_thread-mt-1_35.a
|
LIBS += /usr/local/lib/libboost_thread-xgcc40-mt.a
|
||||||
LIBS += /usr/local/lib/libboost_filesystem-mt-1_35.a
|
LIBS += /usr/local/lib/libboost_filesystem-xgcc40-mt.a
|
||||||
LIBS += /usr/local/lib/libboost_system-mt-1_35.a
|
LIBS += /usr/local/lib/libboost_system-xgcc40-mt.a
|
||||||
LIBS += /usr/local/lib/libboost_iostreams-mt-1_35.a
|
LIBS += /usr/local/lib/libboost_iostreams-xgcc40-mt.a
|
||||||
# libraries installed on every mac
|
# libraries installed on every mac
|
||||||
LIBS += -lcrypto -lssl -lz -lcurl -framework Carbon
|
LIBS += -lcrypto -lssl -lz -lcurl -framework Carbon
|
||||||
# set the application icon
|
# set the application icon
|
||||||
RC_FILE = pokerth.icns
|
RC_FILE = pokerth.icns
|
||||||
LIBPATH += /Developer/SDKs/MacOSX10.4u.sdk/usr/lib
|
LIBPATH += /Developer/SDKs/MacOSX10.4u.sdk/usr/lib
|
||||||
INCLUDEPATH += /Developer/SDKs/MacOSX10.4u.sdk/usr/include/
|
INCLUDEPATH += /Developer/SDKs/MacOSX10.4u.sdk/usr/include/
|
||||||
INCLUDEPATH += /Library/Frameworks/SDL.framework/Headers
|
INCLUDEPATH += /Library/Frameworks/SDL.framework/Headers
|
||||||
INCLUDEPATH += /Library/Frameworks/SDL_mixer.framework/Headers
|
INCLUDEPATH += /Library/Frameworks/SDL_mixer.framework/Headers
|
||||||
|
|||||||
+5
-5
@@ -248,11 +248,11 @@ mac {
|
|||||||
LIBS += -lpokerth_lib
|
LIBS += -lpokerth_lib
|
||||||
# standard path for darwinports
|
# standard path for darwinports
|
||||||
# make sure you have a universal version of boost
|
# make sure you have a universal version of boost
|
||||||
LIBS += /usr/local/lib/libboost_thread-mt-1_35.a
|
LIBS += /usr/local/lib/libboost_thread-xgcc40-mt.a
|
||||||
LIBS += /usr/local/lib/libboost_filesystem-mt-1_35.a
|
LIBS += /usr/local/lib/libboost_filesystem-xgcc40-mt.a
|
||||||
LIBS += /usr/local/lib/libboost_system-mt-1_35.a
|
LIBS += /usr/local/lib/libboost_system-xgcc40-mt.a
|
||||||
LIBS += /usr/local/lib/libboost_iostreams-mt-1_35.a
|
LIBS += /usr/local/lib/libboost_iostreams-xgcc40-mt.a
|
||||||
LIBS += /usr/local/lib/libboost_program_options-mt-1_35.a
|
LIBS += /usr/local/lib/libboost_program_options-xgcc40-mt.a
|
||||||
# libraries installed on every mac
|
# libraries installed on every mac
|
||||||
LIBS += -lcrypto -lssl -lz -lcurl -liconv
|
LIBS += -lcrypto -lssl -lz -lcurl -liconv
|
||||||
# set the application icon
|
# set the application icon
|
||||||
|
|||||||
@@ -6,19 +6,19 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>450</width>
|
<width>450</width>
|
||||||
<height>380</height>
|
<height>350</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="minimumSize" >
|
<property name="minimumSize" >
|
||||||
<size>
|
<size>
|
||||||
<width>450</width>
|
<width>450</width>
|
||||||
<height>380</height>
|
<height>350</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximumSize" >
|
<property name="maximumSize" >
|
||||||
<size>
|
<size>
|
||||||
<width>450</width>
|
<width>450</width>
|
||||||
<height>380</height>
|
<height>350</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle" >
|
<property name="windowTitle" >
|
||||||
|
|||||||
Reference in New Issue
Block a user