X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2FCMakeLists.txt;h=c2c747bb3823bd0c8ef4159c8a086c724d418055;hp=e2f7eb06d3a73cfbaf6cb2f7d41ab2f1eaecee52;hb=3d3a6b8d34b9d0ab3a2502936c49c0d0d5e91617;hpb=cd1a1f138ec3a0b1ade92e35e62d43913eb055d1 diff --git a/src/qtui/CMakeLists.txt b/src/qtui/CMakeLists.txt index e2f7eb06..c2c747bb 100644 --- a/src/qtui/CMakeLists.txt +++ b/src/qtui/CMakeLists.txt @@ -140,7 +140,7 @@ include_directories(${CMAKE_SOURCE_DIR}/src/common qt_wrap_ui(UI ${FORMPATH} ${SPFRM}) -if (WITH_QT5) +if (USE_QT5) list(APPEND qt_modules Widgets) endif()