X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2FCMakeLists.txt;h=c02fd2e70bbe7bd714ef63aa2ddcc18903bbbf33;hb=8e871e8a152cfefff248c9284cc18530a332a58d;hp=399d0de4b27a3d96074a82745693f015e9886396;hpb=e65e46d007d7f5f59274590dec3bc1d8e5f94e91;p=quassel.git diff --git a/src/qtui/CMakeLists.txt b/src/qtui/CMakeLists.txt index 399d0de4..c02fd2e7 100644 --- a/src/qtui/CMakeLists.txt +++ b/src/qtui/CMakeLists.txt @@ -41,7 +41,8 @@ set(SOURCES titlesetter.cpp topiclabel.cpp topicwidget.cpp - verticaldock.cpp) + verticaldock.cpp + webpreviewitem.cpp) set(MOC_HDRS aboutdlg.h @@ -74,20 +75,14 @@ set(MOC_HDRS topicwidget.h verticaldock.h) -if(HAVE_WEBKIT) - set(MOC_HDRS ${MOC_HDRS} chatitem.h) -endif(HAVE_WEBKIT) - set(HEADERS + chatitem.h chatline.h chatlinemodelitem.h chatviewsettings.h qtuisettings.h - qtuistyle.h) - -if(NOT HAVE_WEBKIT) - set(HEADERS ${HEADERS} chatitem.h) -endif(NOT HAVE_WEBKIT) + qtuistyle.h + webpreviewitem.h) set(FORMS aboutdlg.ui