diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-15 17:18:35 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-15 17:18:35 +0900 |
| commit | a5f3aa24b61eee302a0f33e05a1d728198e79358 (patch) | |
| tree | 992667a9160d52101245ad6ec383fcb6d2a914a5 /ConfigureChecks.cmake | |
| parent | 8057a2fd808f2d8853c5a9ccbb60f89e762134f1 (diff) | |
| download | tqtinterface-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.cmake | 2 |
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 ) |
