diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:47:55 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:47:55 +0900 |
| commit | e6e45b7b7468c3776fbbbd25d4853bca60114c9e (patch) | |
| tree | 0e863adb07bb1fe1e17743bf35fae1e9baac7882 /qtinterface/CMakeLists.txt | |
| parent | eb22102fdc7d8e40307f1458fee0dba0da2fa357 (diff) | |
| download | tqtinterface-e6e45b7b.tar.gz tqtinterface-e6e45b7b.zip | |
Remove layout nt* related header files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface/CMakeLists.txt')
| -rw-r--r-- | qtinterface/CMakeLists.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index 5f15634..f9c9e5a 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -40,10 +40,9 @@ install( FILES ${IFACE}/tqcommonstyle.h ${IFACE}/tqdockarea.h ${IFACE}/tqdockwindow.h ${IFACE}/tqerrormessage.h - ${IFACE}/tqgplugin.h ${IFACE}/tqgroupbox.h - ${IFACE}/tqguardedptr.h ${IFACE}/tqhbox.h ${IFACE}/tqhbuttongroup.h ${IFACE}/tqhgroupbox.h + ${IFACE}/tqgplugin.h + ${IFACE}/tqguardedptr.h ${IFACE}/tqinputdialog.h - ${IFACE}/tqlayout.h ${IFACE}/tqmessagebox.h ${IFACE}/tqmotifplusstyle.h ${IFACE}/tqmotifstyle.h ${IFACE}/tqnp.h ${IFACE}/tqplatinumstyle.h ${IFACE}/tqprintdialog.h @@ -51,8 +50,7 @@ install( FILES ${IFACE}/tqsgistyle.h ${IFACE}/tqsound.h ${IFACE}/tqsplashscreen.h ${IFACE}/tqsplitter.h - ${IFACE}/tqvalidator.h ${IFACE}/tqvbox.h - ${IFACE}/tqvbuttongroup.h ${IFACE}/tqvgroupbox.h + ${IFACE}/tqvalidator.h ${IFACE}/tqwindowsstyle.h ${IFACE}/tqassistantclient.h ${IFACE}/tqconfig.h ${IFACE}/tqfeatures.h ${IFACE}/tqgeneric.h ${IFACE}/tqgif.h ${IFACE}/tqglobal.h ${IFACE}/tqjpegio.h ${IFACE}/tqkeycode.h ${IFACE}/tqmngio.h ${IFACE}/tqmodules.h |
