mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
6ee5c431d5
The RunCMake.AutogenQtX tests occasionally time out so separate `RunCMake.AutogenQtX` tests. Example: https://open.cdash.org/tests/1583599782
9 lines
312 B
Plaintext
9 lines
312 B
Plaintext
^CMake Warning \(dev\) in CMakeLists.txt:
|
|
AUTOGEN: No valid Qt version found for target main. AUTOMOC, AUTOUIC and
|
|
AUTORCC disabled. Consider adding:
|
|
|
|
find_package\(Qt<QTVERSION> COMPONENTS Widgets\)
|
|
|
|
to your CMakeLists.txt file.
|
|
This warning is for project developers. Use -Wno-dev to suppress it.
|