X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2FCMakeLists.txt;h=5fee3df4e0bd0436ce387de04129bb20c91cfe2e;hp=7e1574cf90dad84f10328608f0448ca47043e0db;hb=f9116672c22abbb19817eb2ff7d93272927515f7;hpb=138e6d461c259df8052497d7228391ce6548bd5f diff --git a/src/qtui/CMakeLists.txt b/src/qtui/CMakeLists.txt index 7e1574cf..5fee3df4 100644 --- a/src/qtui/CMakeLists.txt +++ b/src/qtui/CMakeLists.txt @@ -155,7 +155,7 @@ endif() if(HAVE_SSL) set(SOURCES ${SOURCES} sslinfodlg.cpp) set(FORMS ${FORMS} sslinfodlg.ui) -endif(HAVE_SSL) +endif() if (INDICATEQT_FOUND) add_definitions(-DHAVE_INDICATEQT)