DEB: QT_NO_* -> TQT_NO_* renaming.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/10/head
Michele Calgaro 6 years ago
parent cb177e781e
commit 57c9b7f785
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -8,7 +8,7 @@ cp /usr/share/tqt3/.qmake.cache ./.qmake.cache
# Now compile the examples. The themes example
# won't work since ntqconfig.h is not really correct with the
# ifdef's for the QT_NO_xyz_STYLE, so we use make -k to continue
# ifdef's for the TQT_NO_xyz_STYLE, so we use make -k to continue
cd examples; qmake -o Makefile examples.pro; make -k
# Now compile the tutorial.

@ -8,7 +8,7 @@ cp /usr/share/tqt3/.qmake.cache ./.qmake.cache
# Now compile the examples. The themes example
# won't work since ntqconfig.h is not really correct with the
# ifdef's for the QT_NO_xyz_STYLE, so we use make -k to continue
# ifdef's for the TQT_NO_xyz_STYLE, so we use make -k to continue
cd examples; qmake -o Makefile examples.pro; make -k
# Now compile the tutorial.

@ -8,7 +8,7 @@ cp /usr/share/tqt3/.qmake.cache ./.qmake.cache
# Now compile the examples. The themes example
# won't work since ntqconfig.h is not really correct with the
# ifdef's for the QT_NO_xyz_STYLE, so we use make -k to continue
# ifdef's for the TQT_NO_xyz_STYLE, so we use make -k to continue
cd examples; qmake -o Makefile examples.pro; make -k
# Now compile the tutorial.

Loading…
Cancel
Save