From f4f1b53b9646288d73979f8339a90fbbbcb9eedc Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 16 Aug 2011 16:38:56 +0200 Subject: Move printing into it's own library Create a libQtPrintSupport library that contains our current printing infrastructure. Long term this will get replaced with a libQtPrint, as the current architecture is not really maintainable. Change-Id: I7362fff6786b58c5b4e9213c23eda36d15048aa2 Reviewed-on: http://codereview.qt.nokia.com/3209 Reviewed-by: Qt Sanity Bot Reviewed-by: Gunnar Sletta --- src/printsupport/printsupport.pro | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/printsupport/printsupport.pro (limited to 'src/printsupport/printsupport.pro') diff --git a/src/printsupport/printsupport.pro b/src/printsupport/printsupport.pro new file mode 100644 index 0000000000..0aa92a95de --- /dev/null +++ b/src/printsupport/printsupport.pro @@ -0,0 +1,22 @@ +load(qt_module) + +TARGET = QtPrintSupport +QPRO_PWD = $$PWD +QT = core-private gui-private widgets-private + +CONFIG += module +MODULE_PRI = ../modules/qt_printsupport.pri + +DEFINES += QT_BUILD_PRINTSUPPORT_LIB QT_NO_USING_NAMESPACE + +unix|win32-g++*:QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui + +load(qt_module_config) + +HEADERS += $$QT_SOURCE_TREE/src/printsupport/qtprintsupportversion.h + +QMAKE_LIBS += $$QMAKE_LIBS_PRINTSUPPORT + +include(kernel/kernel.pri) +include(widgets/widgets.pri) +include(dialogs/dialogs.pri) -- cgit v1.2.3