diff options
author | Michele Calgaro <[email protected]> | 2024-10-15 17:18:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-15 17:18:35 +0900 |
commit | a5f3aa24b61eee302a0f33e05a1d728198e79358 (patch) | |
tree | 992667a9160d52101245ad6ec383fcb6d2a914a5 /qtinterface/CMakeLists.txt | |
parent | 8057a2fd808f2d8853c5a9ccbb60f89e762134f1 (diff) | |
download | tqtinterface-a5f3aa24b61eee302a0f33e05a1d728198e79358.tar.gz tqtinterface-a5f3aa24b61eee302a0f33e05a1d728198e79358.zip |
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 <[email protected]>
Diffstat (limited to 'qtinterface/CMakeLists.txt')
-rw-r--r-- | qtinterface/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
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 ############################# |