summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/dependencies/tqt3/debian/maintain/build-examples.sh
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-10-15 17:16:22 +0900
committerMichele Calgaro <[email protected]>2024-10-22 10:22:42 +0900
commit3dca8bbc0b29007611c7ef89a7f16bc925fb9216 (patch)
tree52f57ee5f1dc79d306ef391be7b791f001da2106 /ubuntu/_base/dependencies/tqt3/debian/maintain/build-examples.sh
parent5ed0b6b63f4f742892c4ef2aa34d71f16694a400 (diff)
downloadtde-packaging-3dca8bbc0b29007611c7ef89a7f16bc925fb9216.tar.gz
tde-packaging-3dca8bbc0b29007611c7ef89a7f16bc925fb9216.zip
DEB tqt3: switch ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ubuntu/_base/dependencies/tqt3/debian/maintain/build-examples.sh')
-rw-r--r--ubuntu/_base/dependencies/tqt3/debian/maintain/build-examples.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/dependencies/tqt3/debian/maintain/build-examples.sh b/ubuntu/_base/dependencies/tqt3/debian/maintain/build-examples.sh
index f62d83b85..ed29d712b 100644
--- a/ubuntu/_base/dependencies/tqt3/debian/maintain/build-examples.sh
+++ b/ubuntu/_base/dependencies/tqt3/debian/maintain/build-examples.sh
@@ -7,7 +7,7 @@ export QTDIR=/usr/share/tqt3
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
+# won't work since tqconfig.h is not really correct with the
# ifdef's for the TQT_NO_xyz_STYLE, so we use make -k to continue
cd examples; qmake -o Makefile examples.pro; make -k