diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 21:35:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 21:35:57 -0600 |
commit | 89cbba74c13a6b443c8e5fcbd4094dbd64f01a44 (patch) | |
tree | f03e5950f71f4e416cb521d300638cd8d9856874 /ubuntu/maverick/dependencies/tqt3/debian/maintain | |
parent | d5ae9f44f39f42de3acabe6824f3e853987ae924 (diff) | |
download | tde-packaging-89cbba74c13a6b443c8e5fcbd4094dbd64f01a44.tar.gz tde-packaging-89cbba74c13a6b443c8e5fcbd4094dbd64f01a44.zip |
Update tqt3 on Debian and Ubuntu to handle new header names
Diffstat (limited to 'ubuntu/maverick/dependencies/tqt3/debian/maintain')
-rw-r--r-- | ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh b/ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh index 25da9bf59..ad98ad5be 100644 --- a/ubuntu/maverick/dependencies/tqt3/debian/maintain/build-examples.sh +++ b/ubuntu/maverick/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 qconfig.h is not really correct with the +# 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 cd examples; qmake -o Makefile examples.pro; make -k |