CMake: Don't use subprojects in GUI subfolders

This commit is contained in:
Vladimir Golovnev (Glassez)
2020-05-02 15:06:12 +03:00
parent ace8a093d2
commit eeae308c29
8 changed files with 81 additions and 108 deletions

View File

@@ -1,19 +0,0 @@
target_sources(qbt_gui PRIVATE
# headers
articlelistwidget.h
automatedrssdownloader.h
feedlistwidget.h
htmlbrowser.h
rsswidget.h
#sources
articlelistwidget.cpp
automatedrssdownloader.cpp
feedlistwidget.cpp
htmlbrowser.cpp
rsswidget.cpp
# forms
automatedrssdownloader.ui
rsswidget.ui
)