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