summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-15 17:18:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-15 17:18:35 +0900
commita5f3aa24b61eee302a0f33e05a1d728198e79358 (patch)
tree992667a9160d52101245ad6ec383fcb6d2a914a5 /ConfigureChecks.cmake
parent8057a2fd808f2d8853c5a9ccbb60f89e762134f1 (diff)
downloadtqtinterface-a5f3aa24.tar.gz
tqtinterface-a5f3aa24.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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index a389b5c..94d85c4 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -81,7 +81,7 @@ set( CMAKE_REQUIRED_LIBRARIES -L${TQT_LIBRARY_DIR} ${TQT_LIBRARIES} )
qt_message( "Looking for native TQt3..." )
check_cxx_source_compiles("
- #include <ntqapplication.h>
+ #include <tqapplication.h>
int main(int argc, char **argv) { TQApplication app(argc, argv); return 0; } "
HAVE_USABLE_QT)
if( NOT HAVE_USABLE_QT )