Remove uic_executable

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/72/head
Michele Calgaro 2 weeks ago
parent 6d11f6b351
commit 8057a2fd80
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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 )

@ -3,8 +3,6 @@ exec_prefix=@PC_EXEC_PREFIX@
libdir=@PC_LIB_DIR@
includedir=@PC_INCLUDE_DIR@
uic_executable=@UIC_EXECUTABLE@
Name: TQt
Description: Interface and abstraction library for Qt and Trinity
Version: @TQT_VERSION@

Loading…
Cancel
Save