diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-08-03 21:34:00 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-08-03 21:34:00 +0200 |
commit | c0c1a90179dd0f0e19549f279ee95cae7e577b82 (patch) | |
tree | 6ebeea5d799486d1c11361118b2878452f509cee /redhat/dependencies/tqtinterface | |
parent | 75c1b2f8bf7066e1b55c3168a78317373a56e711 (diff) | |
download | tde-packaging-c0c1a90179dd0f0e19549f279ee95cae7e577b82.tar.gz tde-packaging-c0c1a90179dd0f0e19549f279ee95cae7e577b82.zip |
RHEL/Fedora: some more updates for MGA2/MDV2011 building
Diffstat (limited to 'redhat/dependencies/tqtinterface')
-rwxr-xr-x | redhat/dependencies/tqtinterface/tqtinterface-3.5.13.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/redhat/dependencies/tqtinterface/tqtinterface-3.5.13.spec b/redhat/dependencies/tqtinterface/tqtinterface-3.5.13.spec index 3010ab6d5..bcbf1ed2a 100755 --- a/redhat/dependencies/tqtinterface/tqtinterface-3.5.13.spec +++ b/redhat/dependencies/tqtinterface/tqtinterface-3.5.13.spec @@ -68,6 +68,9 @@ unset QTDIR || : ; . /etc/profile.d/qt.sh cd build %endif +# Note: specifying 'QT_LIBRARY_DIR' allow using QT3 libraries under +# another directory than QT3_PREFIX. (E.g. Mageia 2, Mandriva ...) +# Otherwise, it defaults to ${QTDIR}/lib ! %cmake \ -DQT_PREFIX_DIR=${QTDIR} \ -DQT_VERSION=3 \ @@ -76,6 +79,7 @@ cd build -DLIB_INSTALL_DIR=%{tde_libdir} \ -DPKGCONFIG_INSTALL_DIR=%{tde_libdir}/pkgconfig \ -DBIN_INSTALL_DIR=%{tde_bindir} \ + -DQT_LIBRARY_DIR=${QTLIB} \ .. %__make %{?_smp_mflags} |