# HG changeset patch # User thomas_-_s # Date 1284895729 0 # Node ID f2da6de11815b47990387d8ed39b38f9ddf9059c # Parent 53de31f7e55b2a9ea31e1122f24f4b6f37500afe Changed the qmake project file to include QScintilla as framework to the mac version. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1012 59b1889a-e5ac-428c-b0c7-476e01d41282 diff -r 53de31f7e55b -r f2da6de11815 UniversalIndentGUI.pro --- a/UniversalIndentGUI.pro Sun Sep 12 18:15:49 2010 +0000 +++ b/UniversalIndentGUI.pro Sun Sep 19 11:28:49 2010 +0000 @@ -1,6 +1,6 @@ TEMPLATE = app QT += network -QT += script +QT += script unix:TARGET = universalindentgui win32:TARGET = UniversalIndentGUI @@ -13,15 +13,18 @@ INCLUDEPATH += src -LIBS += -lqscintilla2 - CONFIG += debug_and_release macx { - CONFIG += x86 ppc sdk - QMAKE-MAC_SDK = /Developer/SDKs/MacOSX10.4u.sdk + CONFIG += x86 x86_64 sdk + # qscintilla needs to be build with: + # qmake -spec macx-g++ CONFIG+=sdk CONFIG+=x86_64 CONFIG+=x86 CONFIG+=lib_bundle qscintilla.pro && make && sudo make install + LIBS += -framework qscintilla2 ICON = resources/UniversalIndentGUI.icns } +else { + LIBS += -lqscintilla2 +} CONFIG(release, debug|release) {