|
|
|
@ -1,16 +1,16 @@ |
|
|
|
|
# SYNOPSIS |
|
|
|
|
# |
|
|
|
|
# Check if a module exists: |
|
|
|
|
# AX_CXX_CHECK_QT([qt_prefix], [list-of-qt-modules], [optional-modules]) |
|
|
|
|
# AX_CHECK_QT([qt_prefix], [list-of-qt-modules], [optional-modules]) |
|
|
|
|
# |
|
|
|
|
# Abort if a module does not exist: |
|
|
|
|
# AX_CXX_REQUIRE_QT([qt_prefix], [list-of-qt-modules], [optional-modules]) |
|
|
|
|
# AX_REQUIRE_QT([qt_prefix], [list-of-qt-modules], [optional-modules]) |
|
|
|
|
# |
|
|
|
|
# DESCRIPTIONS |
|
|
|
|
# |
|
|
|
|
# qt_prefix |
|
|
|
|
# |
|
|
|
|
# Each call to AX_CXX_CHECK_QT should have a different prefix |
|
|
|
|
# Each call to AX_CHECK_QT should have a different prefix |
|
|
|
|
# value (with a few exceptions discussed later on). This value, |
|
|
|
|
# usually provided in uppercase, is used as prefix to the |
|
|
|
|
# variables holding the compiler flags and libraries reported by |
|
|
|
@ -179,13 +179,13 @@ qrc_%.cxx: %.qrc |
|
|
|
|
|
|
|
|
|
# SYNOPSIS |
|
|
|
|
# |
|
|
|
|
# AX_CXX_CHECK_QT([qt_prefix], [list-of-qt-modules], [optional-modules]) |
|
|
|
|
# AX_CHECK_QT([qt_prefix], [list-of-qt-modules], [optional-modules]) |
|
|
|
|
# |
|
|
|
|
# DESCRIPTIONS |
|
|
|
|
# |
|
|
|
|
# qt_prefix |
|
|
|
|
# |
|
|
|
|
# Each call to AX_CXX_CHECK_QT should have a different prefix |
|
|
|
|
# Each call to AX_CHECK_QT should have a different prefix |
|
|
|
|
# value (with a few exceptions discussed later on). This value, |
|
|
|
|
# usually provided in uppercase, is used as prefix to the |
|
|
|
|
# variables holding the compiler flags and libraries reported by |
|
|
|
|