diff options
Diffstat (limited to 'qtinterface/CMakeLists.txt')
-rw-r--r-- | qtinterface/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index 19546fd..b9f9e1d 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -86,7 +86,9 @@ install( FILES tqvariant.h tqvfbhdr.h tqwaitcondition.h tqwhatsthis.h tqwidgetfactory.h tqwidgetintdict.h tqwidgetlist.h tqwmatrix.h tqxml.h private/tqucomextra_p.h private/tqlayoutengine_p.h private/tqinternal_p.h private/tqeffects_p.h - private/tqrichtext_p.h private/tqpluginmanager_p.h tqlistiterator.h + private/tqrichtext_p.h private/tqpluginmanager_p.h private/tqcom_p.h + private/tqwidgetinterface_p.h + tqlistiterator.h DESTINATION ${INCLUDE_INSTALL_DIR} ) install( |