diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:09:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:09:33 +0900 |
| commit | eb22102fdc7d8e40307f1458fee0dba0da2fa357 (patch) | |
| tree | 5cada74a5a68bd69b5ce58c0f8f52d89e6661779 /qtinterface/CMakeLists.txt | |
| parent | b5cb55e14cc7aea43fd99480cbe5fee7ae2064ba (diff) | |
| download | tqtinterface-eb22102f.tar.gz tqtinterface-eb22102f.zip | |
Remove more widget 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 | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index be2f956..5f15634 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -35,27 +35,25 @@ endif() install( FILES ${IFACE}/tqtglobaldefines.h ${IFACE}/tqaccel.h ${IFACE}/tqaccessible.h - ${IFACE}/tqapplication.h ${IFACE}/tqasyncio.h ${IFACE}/tqbuttongroup.h ${IFACE}/tqbutton.h + ${IFACE}/tqapplication.h ${IFACE}/tqasyncio.h ${IFACE}/tqcdestyle.h ${IFACE}/tqcommonstyle.h ${IFACE}/tqdockarea.h ${IFACE}/tqdockwindow.h ${IFACE}/tqerrormessage.h - ${IFACE}/tqframe.h ${IFACE}/tqgplugin.h ${IFACE}/tqgrid.h ${IFACE}/tqgridview.h ${IFACE}/tqgroupbox.h - ${IFACE}/tqguardedptr.h ${IFACE}/tqhbox.h ${IFACE}/tqhbuttongroup.h ${IFACE}/tqheader.h ${IFACE}/tqhgroupbox.h + ${IFACE}/tqgplugin.h ${IFACE}/tqgroupbox.h + ${IFACE}/tqguardedptr.h ${IFACE}/tqhbox.h ${IFACE}/tqhbuttongroup.h ${IFACE}/tqhgroupbox.h ${IFACE}/tqinputdialog.h - ${IFACE}/tqlayout.h ${IFACE}/tqlistbox.h ${IFACE}/tqlistview.h + ${IFACE}/tqlayout.h ${IFACE}/tqmessagebox.h ${IFACE}/tqmotifplusstyle.h ${IFACE}/tqmotifstyle.h - ${IFACE}/tqmultilineedit.h ${IFACE}/tqnp.h + ${IFACE}/tqnp.h ${IFACE}/tqplatinumstyle.h ${IFACE}/tqprintdialog.h - ${IFACE}/tqprogressbar.h ${IFACE}/tqprogressdialog.h ${IFACE}/tqrangecontrol.h ${IFACE}/tqsgistyle.h ${IFACE}/tqsound.h ${IFACE}/tqsplashscreen.h - ${IFACE}/tqsplitter.h ${IFACE}/tqtabbar.h - ${IFACE}/tqtabdialog.h ${IFACE}/tqtable.h ${IFACE}/tqtabwidget.h + ${IFACE}/tqsplitter.h ${IFACE}/tqvalidator.h ${IFACE}/tqvbox.h ${IFACE}/tqvbuttongroup.h ${IFACE}/tqvgroupbox.h - ${IFACE}/tqwindowsstyle.h ${IFACE}/tqwizard.h ${IFACE}/tqassistantclient.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 ${IFACE}/tqwindowdefs.h ${IFACE}/tqwinexport.h |
