From 8cf45a6848525bd3d6e22468abf1362f51132d23 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Fri, 17 May 2019 16:23:26 +0200 Subject: [PATCH] Regenerate printsupport No .prev file cause it's a clean conversion. Change-Id: I33e02dccb9c8da336891c36cd0e1454d29152065 Reviewed-by: Tobias Hunger --- src/printsupport/CMakeLists.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/printsupport/CMakeLists.txt b/src/printsupport/CMakeLists.txt index b23a61e55d..a689aa8d70 100644 --- a/src/printsupport/CMakeLists.txt +++ b/src/printsupport/CMakeLists.txt @@ -18,21 +18,22 @@ add_qt_module(PrintSupport kernel/qprinterinfo.cpp kernel/qprinterinfo.h kernel/qprinterinfo_p.h kernel/qtprintsupportglobal.h kernel/qtprintsupportglobal_p.h DEFINES - QT_NO_USING_NAMESPACE QT_NO_FOREACH + QT_NO_USING_NAMESPACE INCLUDE_DIRECTORIES - widgets dialogs + widgets LIBRARIES Qt::CorePrivate Qt::GuiPrivate Qt::WidgetsPrivate - PUBLIC_LIBRARIES # special case + PUBLIC_LIBRARIES + Qt::Core Qt::Gui Qt::Widgets ) -#### Keys ignored in scope 1:.:printsupport.pro:: +#### Keys ignored in scope 1:.:.:printsupport.pro:: # MODULE_PLUGIN_TYPES = "printsupport" # QMAKE_LIBS = "$$QMAKE_LIBS_PRINTSUPPORT" # _LOADED = "qt_module" @@ -143,5 +144,6 @@ extend_target(PrintSupport CONDITION QT_FEATURE_printpreviewdialog SOURCES dialogs/qprintpreviewdialog.cpp dialogs/qprintpreviewdialog.h ) - -add_qt_docs(./doc/qtprintsupport.qdocconf) +add_qt_docs( + doc/qtprintsupport.qdocconf +)