CMake/Tests/RunCMake/ObsoleteQtMacros/UseModulesMacro-WARN-stderr.txt
Stephen Kelly cb7f32f5b8 Mark qt4_use_modules and qt4_automoc as obsolete.
The QT_QMAKE_EXECUTABLE has to be passed through the cmake calls because
the executable may not be in the PATH.
2013-07-14 10:05:04 +02:00

7 lines
292 B
Plaintext

CMake Warning at .*/Modules/Qt4Macros.cmake:[^ ]+ \(message\):
The qt4_use_modules function is obsolete. Use target_link_libraries with
IMPORTED targets instead.
Call Stack \(most recent call first\):
UseModulesMacro-WARN.cmake:[^ ]+ \(qt4_use_modules\)
CMakeLists.txt:3 \(include\)