X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2FCMakeLists.txt;h=3e7e067023b4246ea8312a50f358ecbd20ef4394;hp=28e1b68a4de3e21e41ff3b20445a57a4a9eefea3;hb=e052c6532456d818b804ce726c8a6e66c81ad8a0;hpb=0a0283d6b8cb7eefb6ec1439f5449a3a9704afcf;ds=sidebyside diff --git a/src/qtui/CMakeLists.txt b/src/qtui/CMakeLists.txt index 28e1b68a..3e7e0670 100644 --- a/src/qtui/CMakeLists.txt +++ b/src/qtui/CMakeLists.txt @@ -151,6 +151,12 @@ else(HAVE_KDE) endif(HAVE_PHONON) endif(HAVE_KDE) +if(HAVE_SSL) + set(SOURCES ${SOURCES} sslinfodlg.cpp) + set(MOC_HDRS ${MOC_HDRS} sslinfodlg.h) + set(FORMS ${FORMS} sslinfodlg.ui) +endif(HAVE_SSL) + if(INDICATEQT_FOUND) set(SOURCES ${SOURCES} indicatornotificationbackend.cpp) set(MOC_HDRS ${MOC_HDRS} indicatornotificationbackend.h)