Regenerate printsupport plugins
Change-Id: I3820d86bf4a36dd8ea53e5847c8d4de4b1ea9c61 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CMake Build Bot
This commit is contained in:
parent
115a76297b
commit
274571f6d5
11
src/plugins/printsupport/.prev_CMakeLists.txt
Normal file
11
src/plugins/printsupport/.prev_CMakeLists.txt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Generated from printsupport.pro.
|
||||||
|
|
||||||
|
if(APPLE_OSX)
|
||||||
|
add_subdirectory(cocoa)
|
||||||
|
endif()
|
||||||
|
if(WIN32)
|
||||||
|
add_subdirectory(windows)
|
||||||
|
endif()
|
||||||
|
if(QT_FEATURE_cups AND UNIX AND NOT APPLE)
|
||||||
|
add_subdirectory(cups)
|
||||||
|
endif()
|
@ -1,11 +1,11 @@
|
|||||||
if (APPLE_OSX)
|
# Generated from printsupport.pro.
|
||||||
|
|
||||||
|
if(APPLE_OSX)
|
||||||
add_subdirectory(cocoa)
|
add_subdirectory(cocoa)
|
||||||
endif()
|
endif()
|
||||||
|
if(WIN32)
|
||||||
if (WIN32)
|
# add_subdirectory(windows) # special case TODO
|
||||||
# TODO add_subdirectory(windows)
|
|
||||||
endif()
|
endif()
|
||||||
|
if(QT_FEATURE_cups AND UNIX AND NOT APPLE)
|
||||||
if (UNIX AND NOT APPLE AND QT_FEATURE_cups)
|
|
||||||
add_subdirectory(cups)
|
add_subdirectory(cups)
|
||||||
endif()
|
endif()
|
||||||
|
31
src/plugins/printsupport/cups/.prev_CMakeLists.txt
Normal file
31
src/plugins/printsupport/cups/.prev_CMakeLists.txt
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# Generated from cups.pro.
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
## cupsprintersupport Plugin:
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
add_qt_plugin(cupsprintersupport
|
||||||
|
TYPE printsupport
|
||||||
|
CLASS_NAME QCupsPrinterSupportPlugin
|
||||||
|
SOURCES
|
||||||
|
main.cpp
|
||||||
|
qcupsprintengine.cpp qcupsprintengine_p.h
|
||||||
|
qcupsprintersupport.cpp qcupsprintersupport_p.h
|
||||||
|
qppdprintdevice.cpp qppdprintdevice.h
|
||||||
|
INCLUDE_DIRECTORIES
|
||||||
|
../../../printsupport/kernel
|
||||||
|
LIBRARIES
|
||||||
|
Cups::Cups
|
||||||
|
Qt::CorePrivate
|
||||||
|
Qt::GuiPrivate
|
||||||
|
Qt::PrintSupportPrivate
|
||||||
|
PUBLIC_LIBRARIES
|
||||||
|
Qt::Core
|
||||||
|
Qt::Gui
|
||||||
|
Qt::PrintSupport
|
||||||
|
)
|
||||||
|
|
||||||
|
#### Keys ignored in scope 1:.:.:cups.pro:<TRUE>:
|
||||||
|
# MODULE = "cupsprintersupport"
|
||||||
|
# OTHER_FILES = "cups.json"
|
||||||
|
# _LOADED = "qt_plugin"
|
@ -17,13 +17,17 @@ add_qt_plugin(cupsprintersupport
|
|||||||
INCLUDE_DIRECTORIES
|
INCLUDE_DIRECTORIES
|
||||||
../../../printsupport/kernel
|
../../../printsupport/kernel
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
|
Cups::Cups
|
||||||
Qt::CorePrivate
|
Qt::CorePrivate
|
||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
Qt::PrintSupport
|
|
||||||
Qt::PrintSupportPrivate
|
Qt::PrintSupportPrivate
|
||||||
Cups::Cups
|
PUBLIC_LIBRARIES
|
||||||
# MODULE = "cupsprintersupport"
|
Qt::Core
|
||||||
# OTHER_FILES = "cups.json"
|
Qt::Gui
|
||||||
# PLUGIN_CLASS_NAME = "QCupsPrinterSupportPlugin"
|
Qt::PrintSupport
|
||||||
# _LOADED = "qt_plugin"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
#### Keys ignored in scope 1:.:.:cups.pro:<TRUE>:
|
||||||
|
# MODULE = "cupsprintersupport"
|
||||||
|
# OTHER_FILES = "cups.json"
|
||||||
|
# _LOADED = "qt_plugin"
|
||||||
|
Loading…
Reference in New Issue
Block a user