qt -> tqt conversion:

QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 years ago
parent 459589e5fd
commit e9e12d1273
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -9,7 +9,7 @@
#
#################################################
add_definitions( -UQT_NO_ASCII_CAST )
add_definitions( -UTQT_NO_ASCII_CAST )
add_subdirectory( configwidgets )

@ -9,7 +9,7 @@
#
#################################################
add_definitions( -UQT_NO_ASCII_CAST )
add_definitions( -UTQT_NO_ASCII_CAST )
include_directories(
${CMAKE_CURRENT_BINARY_DIR}

@ -9,7 +9,7 @@
#
#################################################
add_definitions( -UQT_NO_ASCII_CAST )
add_definitions( -UTQT_NO_ASCII_CAST )
include_directories(
${CMAKE_CURRENT_BINARY_DIR}

@ -9,7 +9,7 @@
#
#################################################
add_definitions( -UQT_NO_ASCII_CAST )
add_definitions( -UTQT_NO_ASCII_CAST )
include_directories(
${CMAKE_CURRENT_BINARY_DIR}

@ -9,7 +9,7 @@
#
#################################################
add_definitions( -UQT_NO_ASCII_CAST )
add_definitions( -UTQT_NO_ASCII_CAST )
include_directories(
${CMAKE_CURRENT_BINARY_DIR}

Loading…
Cancel
Save