Changeset 734


Ignore:
Timestamp:
May 13, 2010, 4:59:59 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

packaging: Updated WPI rules to include all new modules, demos and examples and the documentation.

Location:
packaging
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • packaging/Makefile.packages

    r732 r734  
    5353pkg.lib.runtime.PATH            = $(WPI_ROOT)/pkg.lib.runtime
    5454pkg.lib.runtime.SOURCES         = \
     55
    5556    $(QT_INSTALL)/bin/QtCore4.dll \
    5657    $(QT_INSTALL)/bin/QtGui4.dll \
     58
    5759    $(QT_INSTALL)/bin/QtNet4.dll \
    5860    $(QT_INSTALL)/bin/QtScri4.dll \
     
    6163    $(QT_INSTALL)/bin/QtSvg4.dll \
    6264    $(QT_INSTALL)/bin/QtTest4.dll \
     65
    6366    $(QT_INSTALL)/bin/QtXml4.dll \
    6467    $(QT_INSTALL)/bin/QtXmlP4.dll
     
    7073pkg.lib.plugins.PATH            = $(WPI_ROOT)/pkg.lib.plugins
    7174pkg.lib.plugins.SOURCES         = \
    72     $(addsuffix ->accessible/,  $(wildcard $(QT_INSTALL)/plugins/accessible/*.dll)) \
    73     $(addsuffix ->codecs/,      $(wildcard $(QT_INSTALL)/plugins/codecs/*.dll)) \
    74     $(addsuffix ->iconengines/, $(wildcard $(QT_INSTALL)/plugins/iconengines/*.dll)) \
    75     $(addsuffix ->imageformats/,$(wildcard $(QT_INSTALL)/plugins/imageformats/*.dll)) \
    76     $(addsuffix ->sqldrivers/,  $(wildcard $(QT_INSTALL)/plugins/sqldrivers/*.dll))
     75    $(addsuffix ->accessible/,          $(wildcard $(QT_INSTALL)/plugins/accessible/*.dll)) \
     76    $(addsuffix ->codecs/,              $(wildcard $(QT_INSTALL)/plugins/codecs/*.dll)) \
     77    $(addsuffix ->graphicssystems/, $(wildcard $(QT_INSTALL)/plugins/graphicssystems/*.dll)) \
     78    $(addsuffix ->iconengines/,         $(wildcard $(QT_INSTALL)/plugins/iconengines/*.dll)) \
     79    $(addsuffix ->imageformats/,        $(wildcard $(QT_INSTALL)/plugins/imageformats/*.dll)) \
     80    $(addsuffix ->sqldrivers/,          $(wildcard $(QT_INSTALL)/plugins/sqldrivers/*.dll))
    7781
    7882pkg.lib.translations.PATH               = $(WPI_ROOT)/pkg.lib.translations
    7983pkg.lib.translations.SOURCES    = \
    80         $(filter-out $(wildcard $(QT_INSTALL)/translations/qt_help*.qm),\
    81                                  $(wildcard $(QT_INSTALL)/translations/qt_*.qm))
     84        $(\
     85        )
    8286
    8387pkg.lib.systray.PATH            = $(WPI_ROOT)/pkg.lib.systray