The toolkit is called "Qt", not "QT".

Change-Id: If6c0c66bc429a041b3454f1f2355d4659cb17bbf
Reviewed-on: https://code.wireshark.org/review/9630
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-07-13 16:20:59 -07:00
parent ef3cc4a2c1
commit cab4450935
1 changed files with 2 additions and 2 deletions

View File

@ -887,8 +887,8 @@ if (Qt5Widgets_FOUND)
elseif(QT_FOUND)
include(${QT_USE_FILE})
include_directories(${QT_INCLUDE_DIR})
message(STATUS "QT includes: ${QT_INCLUDE_DIR}")
message(STATUS "QT libs: ${QT_LIBRARIES}")
message(STATUS "Qt includes: ${QT_INCLUDE_DIR}")
message(STATUS "Qt libs: ${QT_LIBRARIES}")
endif()
message(STATUS "C-Flags: ${CMAKE_C_FLAGS}")