Changeset 734
- Timestamp:
- May 13, 2010, 4:59:59 PM (15 years ago)
- Location:
- packaging
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
packaging/Makefile.packages
r732 r734 53 53 pkg.lib.runtime.PATH = $(WPI_ROOT)/pkg.lib.runtime 54 54 pkg.lib.runtime.SOURCES = \ 55 55 56 $(QT_INSTALL)/bin/QtCore4.dll \ 56 57 $(QT_INSTALL)/bin/QtGui4.dll \ 58 57 59 $(QT_INSTALL)/bin/QtNet4.dll \ 58 60 $(QT_INSTALL)/bin/QtScri4.dll \ … … 61 63 $(QT_INSTALL)/bin/QtSvg4.dll \ 62 64 $(QT_INSTALL)/bin/QtTest4.dll \ 65 63 66 $(QT_INSTALL)/bin/QtXml4.dll \ 64 67 $(QT_INSTALL)/bin/QtXmlP4.dll … … 70 73 pkg.lib.plugins.PATH = $(WPI_ROOT)/pkg.lib.plugins 71 74 pkg.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)) 77 81 78 82 pkg.lib.translations.PATH = $(WPI_ROOT)/pkg.lib.translations 79 83 pkg.lib.translations.SOURCES = \ 80 $( filter-out $(wildcard $(QT_INSTALL)/translations/qt_help*.qm),\81 $(wildcard $(QT_INSTALL)/translations/qt_*.qm))84 $(\ 85 ) 82 86 83 87 pkg.lib.systray.PATH = $(WPI_ROOT)/pkg.lib.systray …