[MacPorts] #16055: TeXworks -- TeX previewer for Mac OS X -- uses the Qt4 GUI framework

MacPorts noreply at macports.org
Mon Jul 28 14:37:35 PDT 2008


#16055: TeXworks -- TeX previewer for Mac OS X -- uses the Qt4 GUI framework
--------------------------------------+-------------------------------------
  Reporter:  jens.traube at t-online.de  |       Owner:  macports-tickets at lists.macosforge.org
      Type:  enhancement              |      Status:  new                                  
  Priority:  Normal                   |   Milestone:  Port Submissions                     
 Component:  ports                    |     Version:  1.6.0                                
Resolution:                           |    Keywords:  tex, latex, editor, qt4              
--------------------------------------+-------------------------------------
Comment (by jens.traube at t-online.de):

 Some additional informations to the "post-patch" procedure:

 The interesting part of file "TeXworks.pro" is the "macx" block.

 Before the "post-patch" procedure:
 {{{
 macx {
     INCLUDEPATH += /usr/local/include/poppler
     INCLUDEPATH += /usr/local/include/poppler/qt4

     LIBS += -L/usr/local/lib
     LIBS += -lpoppler-qt4
     LIBS += -lhunspell-1.2

     QMAKE_INFO_PLIST = TeXworks.plist

     ICON = TeXworks.icns
 }
 }}}

 After the "post-patch" procedure:
 {{{
 macx {
     INCLUDEPATH += /opt/local/include/poppler
     INCLUDEPATH += /opt/local/include/poppler/qt4

     LIBS += -L/opt/local/lib
     LIBS += -lpoppler-qt4
     LIBS += -lhunspell-1.2

     QMAKE_INFO_PLIST = TeXworks.plist

     ICON = TeXworks.icns
     INCLUDEPATH += /opt/local/include/hunspell
     INCLUDEPATH += /opt/local/include
     QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4
 }

 }}}

-- 
Ticket URL: <http://trac.macports.org/ticket/16055#comment:6>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list