summaryrefslogtreecommitdiffstats
path: root/modules/FindTQt.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/FindTQt.cmake')
-rw-r--r--modules/FindTQt.cmake11
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} )