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