summaryrefslogtreecommitdiffstats
path: root/configure.cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2019-09-17 14:12:29 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2019-09-26 19:39:39 +0000
commit5fe75751ed90354eb0968f528974592003c65460 (patch)
tree34289c653ea7f8c0d891aee0ca6a4be1427bc04d /configure.cmake
parentb5daa31da99fbe872b4df047f37da17ae2c119c9 (diff)
Port QtScxml to CMake
Change-Id: I227f18b6a9825b6974eab6ba9feaf62bd0934133 Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake21
1 files changed, 21 insertions, 0 deletions
diff --git a/configure.cmake b/configure.cmake
new file mode 100644
index 0000000..53e3f11
--- /dev/null
+++ b/configure.cmake
@@ -0,0 +1,21 @@
+
+
+#### Inputs
+
+
+
+#### Libraries
+
+
+
+#### Tests
+
+
+
+#### Features
+
+
+qt_extra_definition("QT_VERSION_STR" "\"${PROJECT_VERSION}\"" PUBLIC)
+qt_extra_definition("QT_VERSION_MAJOR" ${PROJECT_VERSION_MAJOR} PUBLIC)
+qt_extra_definition("QT_VERSION_MINOR" ${PROJECT_VERSION_MINOR} PUBLIC)
+qt_extra_definition("QT_VERSION_PATCH" ${PROJECT_VERSION_PATCH} PUBLIC)