X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2FCMakeLists.txt;h=5fee3df4e0bd0436ce387de04129bb20c91cfe2e;hp=7e1574cf90dad84f10328608f0448ca47043e0db;hb=622ae84876eaab27ab232ee72e97e090b0aa57c0;hpb=8cacd45fd61aeaa5a50ed9985577022cae00fcff 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)