diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-11 22:23:09 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-11 22:23:09 +0900 |
| commit | 8057a2fd808f2d8853c5a9ccbb60f89e762134f1 (patch) | |
| tree | feb19a25a2c46347842cb9b74f0db4120c812f24 /ConfigureChecks.cmake | |
| parent | 6d11f6b351b77d1c9644630cfcaa2c3ce63998d5 (diff) | |
| download | tqtinterface-8057a2fd808f2d8853c5a9ccbb60f89e762134f1.tar.gz tqtinterface-8057a2fd808f2d8853c5a9ccbb60f89e762134f1.zip | |
Remove uic_executable
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ConfigureChecks.cmake')
| -rw-r--r-- | ConfigureChecks.cmake | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 2bb25d9..a389b5c 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -72,20 +72,6 @@ endif( ) qt_message( " QT_BINARY_DIR : ${QT_BINARY_DIR}" ) -# find uic (only for Qt3) -if( DEFINED UIC_EXECUTABLE ) - if( IS_DIRECTORY "${UIC_EXECUTABLE}" OR NOT EXISTS "${UIC_EXECUTABLE}" ) - tde_message_fatal( "uic was NOT found.\n Please make sure TQt is correctly installed (1)." ) - endif( ) -else( ) - find_program( UIC_EXECUTABLE NAMES tquic uic-qt3 uic HINTS "${QT_BINARY_DIR}" ) - if( NOT UIC_EXECUTABLE ) - tde_message_fatal( "uic was NOT found.\n Please make sure TQt is correctly installed (2)." ) - endif( ) -endif( ) -qt_message( " UIC_EXECUTABLE: ${UIC_EXECUTABLE}" ) - - # check if TQt3 is usable tde_save( CMAKE_REQUIRED_INCLUDES CMAKE_REQUIRED_LIBRARIES ) |
