summaryrefslogtreecommitdiffstats
path: root/util/cmake/pro2cmake.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/cmake/pro2cmake.py')
-rwxr-xr-xutil/cmake/pro2cmake.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py
index 7eeed440f6..56d7e8d48d 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -28,6 +28,9 @@
#############################################################################
+# Requires Python 3.7. The import statement needs to be the first line of code
+# so it's not possible to conditionally check the version and raise an
+# exception.
from __future__ import annotations
import copy