diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:04:21 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:04:21 +0900 |
commit | 9620e2f246f744ce6bdc1fe94b3c89c7787577bb (patch) | |
tree | a4b90e6e8c754e9bfe1143af1abcae225e8c5aeb /fedora_configuration | |
parent | fff8cc4dda667029bcd284d7e3047a3a612c526e (diff) | |
download | kmyfirewall-9620e2f246f744ce6bdc1fe94b3c89c7787577bb.tar.gz kmyfirewall-9620e2f246f744ce6bdc1fe94b3c89c7787577bb.zip |
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>
Diffstat (limited to 'fedora_configuration')
-rwxr-xr-x | fedora_configuration | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora_configuration b/fedora_configuration index 64f9a50..66c2fdf 100755 --- a/fedora_configuration +++ b/fedora_configuration @@ -23,7 +23,7 @@ export mandir="$kde_prefix/share/man" export infodir="$kde_prefix/share/info" export sysconfdir="/etc" -export QTDIR="/usr/share/qt" +export TQTDIR="/usr/share/qt" export IDL="$kde_bindir/cuteidl" export DCOPIDL="$kde_bindir/dcopidl" export DCOPIDL2CPP="$kde_bindir/dcopidl2cpp" |