Changeset 822


Ignore:
Timestamp:
Jul 1, 2016, 12:08:04 PM (9 years ago)
Author:
Silvan Scherrer
Message:

spec: PyQt4 fix some wrong path entries in pyconfig.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified spec/trunk/SPECS/PyQt4.spec

    r798 r822  
    11#define svn_url     e:/trees/pyqt4/trunk
    22%define svn_url     http://svn.netlabs.org/repos/ports/pyqt4/trunk
    3 %define svn_rev     1590
     3%define svn_rev     1602
    44
    55%define target os2
     
    224224#        $(if $(DEF_FILE_VENDOR),-vendor \"$(DEF_FILE_VENDOR)\") \
    225225#        $(if $(DEF_FILE_TEMPLATE),-template \"$(DEF_FILE_TEMPLATE)\")
     226#}
     227# forth you need to garde QMAKE_MOC with isEmpty(QMAKE_SH) and add the below block
     228#} else {
     229#QMAKE_MOC       = $$[QT_INSTALL_BINS]/moc.exe
     230#QMAKE_UIC       = $$[QT_INSTALL_BINS]/uic.exe
     231#QMAKE_IDC       = $$[QT_INSTALL_BINS]/idc.exe
    226232#}
    227233
     
    406412
    407413%changelog
     414* Fri Jul 01 2016 Silvan Scherrer <silvan.scherrer@aroa.ch> - 4.11.4-4
     415- workaround the absolute path bug in Qt4
     416
    408417* Tue Jun 14 2016 Silvan Scherrer <silvan.scherrer@aroa.ch> - 4.11.4-3
    409418- rebuilt because of python ucs2/ucs4 change
Note: See TracChangeset for help on using the changeset viewer.