summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/help/.prev_CMakeLists.txt')
-rw-r--r--src/assistant/help/.prev_CMakeLists.txt69
1 files changed, 0 insertions, 69 deletions
diff --git a/src/assistant/help/.prev_CMakeLists.txt b/src/assistant/help/.prev_CMakeLists.txt
deleted file mode 100644
index 2ecde4d80..000000000
--- a/src/assistant/help/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,69 +0,0 @@
-# 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
- qhelplink.cpp qhelplink.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
-)
-