X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2FCMakeLists.txt;h=0a873772ffbfc2b417e901f4f6152d3e5d8d53d4;hb=af51f89732ca38ed2d645d4ffbea85ed5fe9ef45;hp=28e1b68a4de3e21e41ff3b20445a57a4a9eefea3;hpb=8f7204aa8928f769a9cd74b3bfca4a4c5982c393;p=quassel.git diff --git a/src/qtui/CMakeLists.txt b/src/qtui/CMakeLists.txt index 28e1b68a..0a873772 100644 --- a/src/qtui/CMakeLists.txt +++ b/src/qtui/CMakeLists.txt @@ -120,6 +120,7 @@ set(FORMS coreconfigwizardstorageselectionpage.ui coreconfigwizardsyncpage.ui coreconnectauthdlg.ui + coreconnectionstatuswidget.ui coreinfodlg.ui debugbufferviewoverlay.ui debugconsole.ui @@ -151,6 +152,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)