summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-03-18 14:35:40 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-03-18 16:25:40 +0000
commit3b673994ea0311616db7022cef859705e25cdfab (patch)
tree7e637d7c5df75f121fce53ac8aeb59178e21981c /src/assistant/help/.prev_CMakeLists.txt
parentd9a3e03934076aea8852f1c4b142a5ecfeea0297 (diff)
CMake: Regenerate projects after mergewip/cmake
Plus additional adjustments. Change-Id: I0c2341ef6a5557e18df91b753f9e441c5b1a68e2 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/assistant/help/.prev_CMakeLists.txt')
-rw-r--r--src/assistant/help/.prev_CMakeLists.txt68
1 files changed, 68 insertions, 0 deletions
diff --git a/src/assistant/help/.prev_CMakeLists.txt b/src/assistant/help/.prev_CMakeLists.txt
new file mode 100644
index 000000000..f6c0622e0
--- /dev/null
+++ b/src/assistant/help/.prev_CMakeLists.txt
@@ -0,0 +1,68 @@
+# Generated from help.pro.
+
+#####################################################################
+## Help Module:
+#####################################################################
+
+qt_add_module(Help
+ SOURCES
+ qcompressedhelpinfo.cpp qcompressedhelpinfo.h
+ qfilternamedialog.cpp qfilternamedialog.ui qfilternamedialog_p.h
+ qhelp_global.cpp qhelp_global.h
+ qhelpcollectionhandler.cpp qhelpcollectionhandler_p.h
+ qhelpcontentwidget.cpp qhelpcontentwidget.h
+ qhelpdbreader.cpp qhelpdbreader_p.h
+ qhelpengine.cpp qhelpengine.h qhelpengine_p.h
+ qhelpenginecore.cpp qhelpenginecore.h
+ qhelpfilterdata.cpp qhelpfilterdata.h
+ qhelpfilterengine.cpp qhelpfilterengine.h
+ qhelpfiltersettings.cpp qhelpfiltersettings_p.h
+ qhelpfiltersettingswidget.cpp qhelpfiltersettingswidget.h qhelpfiltersettingswidget.ui
+ qhelpindexwidget.cpp qhelpindexwidget.h
+ qhelpsearchengine.cpp qhelpsearchengine.h
+ qhelpsearchindexreader.cpp qhelpsearchindexreader_p.h
+ qhelpsearchindexreader_default.cpp qhelpsearchindexreader_default_p.h
+ qhelpsearchindexwriter_default.cpp qhelpsearchindexwriter_default_p.h
+ qhelpsearchquerywidget.cpp qhelpsearchquerywidget.h
+ qhelpsearchresultwidget.cpp qhelpsearchresultwidget.h
+ qoptionswidget.cpp qoptionswidget_p.h
+ DEFINES
+ -QT_ASCII_CAST_WARNINGS
+ QHELP_LIB
+ LIBRARIES
+ Qt::CorePrivate
+ Qt::Network
+ PUBLIC_LIBRARIES
+ Qt::Core
+ Qt::Gui
+ Qt::Sql
+ Qt::Widgets
+ PRIVATE_MODULE_INTERFACE
+ Qt::CorePrivate
+ ENABLE_AUTOGEN_TOOLS
+ uic
+)
+
+# Resources:
+set(helpsystem_resource_files
+ "images/1leftarrow.png"
+ "images/1rightarrow.png"
+ "images/3leftarrow.png"
+ "images/3rightarrow.png"
+ "images/mac/minus.png"
+ "images/mac/plus.png"
+ "images/win/minus.png"
+ "images/win/plus.png"
+)
+
+qt_add_resource(Help "helpsystem"
+ PREFIX
+ "/qt-project.org/assistant"
+ FILES
+ ${helpsystem_resource_files}
+)
+
+qt_add_docs(Help
+ doc/qthelp.qdocconf
+)
+