diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 21:13:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-24 21:13:59 +0900 |
commit | d3963bf603038722bc2ef6e979b43f5c5b9b06a8 (patch) | |
tree | 19ab567de509aed427b5a58a055b35c1fa1b88ac /qtinterface/CMakeLists.txt | |
parent | 9c2c71c7148c8cafd564b07b27b4bc7dd8bb6648 (diff) | |
download | tqtinterface-d3963bf6.tar.gz tqtinterface-d3963bf6.zip |
Remove text class 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 99ac69d..f24d943 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -42,7 +42,7 @@ install( FILES ${IFACE}/tqerrormessage.h ${IFACE}/tqeventloop.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}/tqinputdialog.h ${IFACE}/tqlabel.h + ${IFACE}/tqinputdialog.h ${IFACE}/tqlayout.h ${IFACE}/tqlcdnumber.h ${IFACE}/tqlineedit.h ${IFACE}/tqlistbox.h ${IFACE}/tqlistview.h ${IFACE}/tqmessagebox.h ${IFACE}/tqmotifplusstyle.h ${IFACE}/tqmotifstyle.h ${IFACE}/tqmultilineedit.h ${IFACE}/tqnp.h @@ -68,15 +68,13 @@ install( FILES ${IFACE}/tqgarray.h ${IFACE}/tqgcache.h ${IFACE}/tqgdict.h ${IFACE}/tqglist.h ${IFACE}/tqgvector.h ${IFACE}/tqinterlacestyle.h ${IFACE}/tqjpunicode.h ${IFACE}/tqkeysequence.h - ${IFACE}/tqlibrary.h ${IFACE}/tqlocale.h ${IFACE}/tqmetaobject.h + ${IFACE}/tqlibrary.h ${IFACE}/tqmetaobject.h ${IFACE}/tqnamespace.h ${IFACE}/tqpolygonscanner.h ${IFACE}/tqshared.h - ${IFACE}/tqsimplerichtext.h - ${IFACE}/tqsyntaxhighlighter.h ${IFACE}/tqtl.h ${IFACE}/tquuid.h - ${IFACE}/tqvariant.h ${IFACE}/tqwhatsthis.h + ${IFACE}/tqvariant.h ${IFACE}/private/tqucomextra_p.h ${IFACE}/private/tqlayoutengine_p.h ${IFACE}/private/tqinternal_p.h ${IFACE}/private/tqeffects_p.h ${IFACE}/private/tqrichtext_p.h ${IFACE}/private/tqpluginmanager_p.h ${IFACE}/private/tqcom_p.h |