diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 20:01:02 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 20:01:02 +0900 |
| commit | 7d782d58c6f40243bf7d05f5d94d4807f091ecda (patch) | |
| tree | fd98fca81f704226d907cd53bc015b982d913086 /qtinterface/CMakeLists.txt | |
| parent | f21636e07f36185d498f6a5ea7e3753907888dfc (diff) | |
| download | tqtinterface-7d782d58.tar.gz tqtinterface-7d782d58.zip | |
Remove remaining tq[i-l]* header files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface/CMakeLists.txt')
| -rw-r--r-- | qtinterface/CMakeLists.txt | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index 9ab1e4a..d0eaf8d 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -27,15 +27,10 @@ link_directories( ${TQT_LIBRARY_DIR} ) -if ( INPUTMETHOD_ENABLED ) - set( INPUTMETHOD_HEADERS ${IFACE}/tqinputcontext.h ${IFACE}/tqinputcontextfactory.h ${IFACE}/tqinputcontextplugin.h ) -endif() - ##### headers ################################### install( FILES ${IFACE}/tqapplication.h - ${IFACE}/tqinputdialog.h ${IFACE}/tqmessagebox.h ${IFACE}/tqnp.h ${IFACE}/tqprintdialog.h @@ -43,10 +38,9 @@ install( FILES ${IFACE}/tqsound.h ${IFACE}/tqsplashscreen.h ${IFACE}/tqsplitter.h ${IFACE}/tqconfig.h - ${IFACE}/tqjpegio.h ${IFACE}/tqkeycode.h ${IFACE}/tqmngio.h ${IFACE}/tqmodules.h + ${IFACE}/tqmngio.h ${IFACE}/tqmodules.h ${IFACE}/tqwindowdefs.h ${IFACE}/tqwinexport.h - ${IFACE}/tqjpunicode.h ${IFACE}/tqkeysequence.h - ${IFACE}/tqlibrary.h ${IFACE}/tqmetaobject.h + ${IFACE}/tqmetaobject.h ${IFACE}/tqnamespace.h ${IFACE}/tqpolygonscanner.h ${IFACE}/tqshared.h @@ -57,7 +51,6 @@ install( FILES ${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 ${IFACE}/private/tqucom_p.h - ${INPUTMETHOD_HEADERS} DESTINATION ${INCLUDE_INSTALL_DIR} ) ##### tqt tools ################################# |
