From a5f3aa24b61eee302a0f33e05a1d728198e79358 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 15 Oct 2024 17:18:35 +0900 Subject: Remove tqapplication, tqconfig and tqmodules header files. A new dummy empty header file has been added temporarily to create a "-dev" "package to keep TDE modules building. The next step will drop tqtinterface completely and the dummy file will no longer exists. Signed-off-by: Michele Calgaro --- qtinterface/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'qtinterface/CMakeLists.txt') diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index d029e71..169b642 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -30,9 +30,7 @@ link_directories( ##### headers ################################### install( FILES - ${IFACE}/tqapplication.h - ${IFACE}/tqconfig.h - ${IFACE}/tqmodules.h + ${IFACE}/_tqdummy_.h DESTINATION ${INCLUDE_INSTALL_DIR} ) ##### tqt pkgconfig ############################# -- cgit v1.2.1