From 6ee65dc4785b9f38cfd7405a5535c88feb3a0ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lind?= Date: Thu, 9 Jun 2011 15:56:55 +0200 Subject: QtPlatformSupport: A helper library for platform plugins QtPlatformSupport is a static library. Platform plugins are meant to link against this library to pull in dependencies such as fontengines and convenience functions for finding the right GL configs. The linker will only pull in the symbols used, so the size of the library doesn't really matter --- src/modules/qt_platformsupport.pri | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/modules/qt_platformsupport.pri (limited to 'src/modules/qt_platformsupport.pri') diff --git a/src/modules/qt_platformsupport.pri b/src/modules/qt_platformsupport.pri new file mode 100644 index 0000000000..199beaf563 --- /dev/null +++ b/src/modules/qt_platformsupport.pri @@ -0,0 +1,14 @@ +QT.platformsupport.VERSION = 5.0.0 +QT.platformsupport.MAJOR_VERSION = 5 +QT.platformsupport.MINOR_VERSION = 0 +QT.platformsupport.PATCH_VERSION = 0 + +QT.platformsupport.name = QtPlatformSupport +QT.platformsupport.includes = $$QT_MODULE_INCLUDE_BASE/QtPlatformSupport +QT.platformsupport.private_includes = $$QT_MODULE_INCLUDE_BASE/QtPlatformSupport/$$QT.platformsupport.VERSION +QT.platformsupport.sources = $$QT_MODULE_BASE/src/platformsupport +QT.platformsupport.libs = $$QT_MODULE_LIB_BASE +QT.platformsupport.plugins = $$QT_MODULE_PLUGIN_BASE +QT.platformsupport.imports = $$QT_MODULE_IMPORT_BASE +QT.platformsupport.depends = core gui +QT.platformsupport.DEFINES = -- cgit v1.2.3