diff options
author | Michele Calgaro <[email protected]> | 2024-07-20 20:21:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-20 20:43:32 +0900 |
commit | b2b7389f26c1f382e4adc318bc5ce063540c6d3a (patch) | |
tree | 6685450c14051289ed2681aca38e58cd5c2620d6 /ubuntu/_base/dependencies/tqt3/debian/rules | |
parent | 8044a43b558353b2b7292fbb8e6b771caf8478c4 (diff) | |
download | tde-packaging-b2b7389f26c1f382e4adc318bc5ce063540c6d3a.tar.gz tde-packaging-b2b7389f26c1f382e4adc318bc5ce063540c6d3a.zip |
DEB tqt3: switch to tq* graphics class files (part 2)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ubuntu/_base/dependencies/tqt3/debian/rules')
-rwxr-xr-x | ubuntu/_base/dependencies/tqt3/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/dependencies/tqt3/debian/rules b/ubuntu/_base/dependencies/tqt3/debian/rules index f42f8989d..37a09ad05 100755 --- a/ubuntu/_base/dependencies/tqt3/debian/rules +++ b/ubuntu/_base/dependencies/tqt3/debian/rules @@ -212,7 +212,7 @@ clean:: $(MAKE) -C tools/qconfig distclean; \ $(MAKE) -C tools/msg2tqm distclean; $(MAKE) -C tools/tqtmergetr distclean; $(MAKE) -C tools/qembed distclean; \ $(MAKE) -C tools/designer/tools/tqtconv2ui distclean; $(MAKE) -C tools/designer/tools/tqtcreatecw distclean; \ - $(MAKE) -C tools/designer/plugins/glade distclean; $(MAKE) -C tools/designer/plugins/qglwidget distclean; \ + $(MAKE) -C tools/designer/plugins/glade distclean; \ $(MAKE) -C config.tests/unix/largefile distclean; $(MAKE) -C qmake distclean; \ fi |