summaryrefslogtreecommitdiffstats
path: root/src/modules/qt_core.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/qt_core.pri')
-rw-r--r--src/modules/qt_core.pri11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/modules/qt_core.pri b/src/modules/qt_core.pri
new file mode 100644
index 0000000000..742aefee91
--- /dev/null
+++ b/src/modules/qt_core.pri
@@ -0,0 +1,11 @@
+QT_CORE_VERSION = $$QT_VERSION
+QT_CORE_MAJOR_VERSION = $$QT_MAJOR_VERSION
+QT_CORE_MINOR_VERSION = $$QT_MINOR_VERSION
+QT_CORE_PATCH_VERSION = $$QT_PATCH_VERSION
+
+QT.core.name = QtCore
+QT.core.includes = $$QT_MODULE_INCLUDE_BASE/QtCore
+QT.core.libs = $$QT_MODULE_LIB_BASE
+QT.core.depends =
+
+QT_CONFIG += core