X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2FCMakeLists.txt;h=f60da4297563b16a2cfb14a6c429c8be2b4f9da4;hp=0505d92ad90bd4a2513644dd9a381e2c48ec7be5;hb=3d3a6b8d34b9d0ab3a2502936c49c0d0d5e91617;hpb=cd1a1f138ec3a0b1ade92e35e62d43913eb055d1 diff --git a/src/uisupport/CMakeLists.txt b/src/uisupport/CMakeLists.txt index 0505d92a..f60da429 100644 --- a/src/uisupport/CMakeLists.txt +++ b/src/uisupport/CMakeLists.txt @@ -48,7 +48,7 @@ if(HAVE_QCA2) include_directories(${QCA2_INCLUDE_DIR}) endif(HAVE_QCA2) -if (WITH_QT5) +if (USE_QT5) list(APPEND qt_modules Widgets) endif()