X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2FCMakeLists.txt;h=0a873772ffbfc2b417e901f4f6152d3e5d8d53d4;hb=af51f89732ca38ed2d645d4ffbea85ed5fe9ef45;hp=59d3ce8b7457ecd2461b8f0b5b0aebd764e85e8d;hpb=6bcfaf51a90b3ec38cf8602cefd8aa8971d01586;p=quassel.git diff --git a/src/qtui/CMakeLists.txt b/src/qtui/CMakeLists.txt index 59d3ce8b..0a873772 100644 --- a/src/qtui/CMakeLists.txt +++ b/src/qtui/CMakeLists.txt @@ -28,6 +28,8 @@ set(SOURCES chatviewsettings.cpp columnhandleitem.cpp coreconfigwizard.cpp + coreconnectdlg.cpp + coreconnectionstatuswidget.cpp coreinfodlg.cpp debugbufferviewoverlay.cpp debugconsole.cpp @@ -72,6 +74,8 @@ set(MOC_HDRS chatviewsearchcontroller.h columnhandleitem.h coreconfigwizard.h + coreconnectdlg.h + coreconnectionstatuswidget.h coreinfodlg.h debugbufferviewoverlay.h debugconsole.h @@ -115,6 +119,8 @@ set(FORMS coreconfigwizardadminuserpage.ui coreconfigwizardstorageselectionpage.ui coreconfigwizardsyncpage.ui + coreconnectauthdlg.ui + coreconnectionstatuswidget.ui coreinfodlg.ui debugbufferviewoverlay.ui debugconsole.ui @@ -146,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)