diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-07 16:33:21 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-07 16:33:21 +0900 |
| commit | b2d2b46723cd9ab4cb9f1dea919687d7da2f8ef1 (patch) | |
| tree | ee90c1a007c0987a7d6f66a5ef74dcb51026859d /modules/FindTQt.cmake | |
| parent | ea17fae58d4adb828dbead3e87dda9c604e2c8d5 (diff) | |
| download | tde-cmake-b2d2b467.tar.gz tde-cmake-b2d2b467.zip | |
tqt-replace is no longer required
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'modules/FindTQt.cmake')
| -rw-r--r-- | modules/FindTQt.cmake | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/FindTQt.cmake b/modules/FindTQt.cmake index 1aeffb7..82c2918 100644 --- a/modules/FindTQt.cmake +++ b/modules/FindTQt.cmake @@ -68,17 +68,6 @@ if( NOT TQT_FOUND ) tqt_message( " uic path: ${UIC_EXECUTABLE}" ) - # tqt-replace script - set( TQT_REPLACE_SCRIPT "${TQT_PREFIX}/bin/tqt-replace" - CACHE FILEPATH "TQt replace script path" ) - - if( NOT EXISTS ${TQT_REPLACE_SCRIPT} ) - tde_message_fatal( "tqt-replace not found!\n Check tqt installation." ) - endif( ) - - tqt_message( " tqt-replace path: ${TQT_REPLACE_SCRIPT}" ) - - # check if tqt is usable tde_save( CMAKE_REQUIRED_INCLUDES CMAKE_REQUIRED_LIBRARIES ) set( CMAKE_REQUIRED_INCLUDES ${TQT_INCLUDE_DIRS} ) |
