Improve the CMake option stuff
[quassel.git] / src / client / CMakeLists.txt
index 31f0a4b..935ba86 100644 (file)
@@ -38,7 +38,7 @@ set(SOURCES
     clientcoreinfo.h
 )
 
-if (WITH_QT5)
+if (USE_QT5)
     list(APPEND qt_modules Widgets)
 endif()