diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-31 11:35:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-31 11:35:08 +0900 |
commit | e8de6b5cc0a1a369641f1a696dfd251266269201 (patch) | |
tree | d82e64ce30e9f08724dbcc53380f10dff26f1c3e /qtinterface/CMakeLists.txt | |
parent | 05aba5ec2698f005bdb2371f88245ed056308c89 (diff) | |
download | tqtinterface-e8de6b5c.tar.gz tqtinterface-e8de6b5c.zip |
Remove tq* canvas related header files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface/CMakeLists.txt')
-rw-r--r-- | qtinterface/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index e3aa898..69933b6 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -35,7 +35,7 @@ endif() install( FILES ${IFACE}/tqtglobaldefines.h ${IFACE}/tqaccel.h ${IFACE}/tqaccessible.h - ${IFACE}/tqaction.h ${IFACE}/tqapplication.h ${IFACE}/tqasyncio.h ${IFACE}/tqbuttongroup.h ${IFACE}/tqbutton.h ${IFACE}/tqcanvas.h + ${IFACE}/tqaction.h ${IFACE}/tqapplication.h ${IFACE}/tqasyncio.h ${IFACE}/tqbuttongroup.h ${IFACE}/tqbutton.h ${IFACE}/tqcdestyle.h ${IFACE}/tqcheckbox.h ${IFACE}/tqclipboard.h ${IFACE}/tqcolordialog.h ${IFACE}/tqcombobox.h ${IFACE}/tqcommonstyle.h ${IFACE}/tqdatetimeedit.h ${IFACE}/tqdesktopwidget.h ${IFACE}/tqdial.h ${IFACE}/tqdialog.h ${IFACE}/tqdns.h ${IFACE}/tqdockarea.h ${IFACE}/tqdockwindow.h |