qt -> tqt conversion:

QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/2/head
Michele Calgaro 6 years ago
parent 36912882a7
commit 7e43ab71b4
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -24,7 +24,7 @@ KDE 3.1 or more.
If configure fails to find your Qt or KDE libs, you will have to type If configure fails to find your Qt or KDE libs, you will have to type
'export TDEDIR=/path/to/kde' 'export TDEDIR=/path/to/kde'
and and
'export QTDIR=/path/to/Qt/lib' 'export TQTDIR=/path/to/Qt/lib'
-> Uninstallation -> Uninstallation

@ -83,11 +83,11 @@ rm -rf $RPM_BUILD_ROOT
%build %build
make -f admin/Makefile.common cvs make -f admin/Makefile.common cvs
export QTDIR=%_prefix/%_lib/qt3 export TQTDIR=%_prefix/%_lib/qt3
export TDEDIR=%_prefix export TDEDIR=%_prefix
export LD_LIBRARY_PATH=$QTDIR/%_lib:$TDEDIR/%_lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=$TQTDIR/%_lib:$TDEDIR/%_lib:$LD_LIBRARY_PATH
export PATH=$QTDIR/bin:$TDEDIR/bin:$PATH export PATH=$TQTDIR/bin:$TDEDIR/bin:$PATH
# Search for qt/kde libraries in the right directories (avoid patch) # Search for qt/kde libraries in the right directories (avoid patch)
# NOTE: please don't regenerate configure scripts below # NOTE: please don't regenerate configure scripts below

Loading…
Cancel
Save