Along with Qt4 the following ports are updated: PyQt4 ports to 4.8.1 devel/py-sip to 4.11.2 devel/qscintilla2 to 2.4.5 PyKDE3 to 3.16.7 PyQt3 tp 3.18.2-snapshot-20091119 New ports added: devel/qt4-declarative devel/py-qt4-declarative x11/qt4-graphicssystems-opengl This release has been contributed by: Thomas Abthorpe (tabthorpe) Max Brazhnikov (makc) Dima Panov (fluffy) Alberto Villa (avilla) We'd like to thank Martin Wilke (miwi) for exp-run.
18 lines
473 B
Prolog
18 lines
473 B
Prolog
--- ./compat.pro.orig 2010-08-12 11:50:10.000000000 -0400
|
|
+++ ./compat.pro 2010-08-12 11:52:50.000000000 -0400
|
|
@@ -66,8 +66,6 @@
|
|
translations/assistant_adp_zh_CN.ts \
|
|
translations/assistant_adp_zh_TW.ts
|
|
|
|
-unix:!contains(QT_CONFIG, zlib):LIBS += -lz
|
|
-
|
|
contains(CONFIG, static): {
|
|
win32 {
|
|
exists($$[QT_INSTALL_PLUGINS]/imageformats/qjpeg.lib) {
|
|
@@ -81,3 +79,6 @@
|
|
}
|
|
}
|
|
}
|
|
+
|
|
+target.path = $$[QT_INSTALL_BINS]
|
|
+INSTALLS += target
|