summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xUI/Qt/qmakeish.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/UI/Qt/qmakeish.py b/UI/Qt/qmakeish.py
index 1625bd0..fb85c44 100755
--- a/UI/Qt/qmakeish.py
+++ b/UI/Qt/qmakeish.py
@@ -80,7 +80,7 @@ for line in makefile :
continue
match = re.match("(\w+)_SOURCES (\+?)= (.*)", line)
- if match and match.group(1) in ["SWIFT", "ZLIB", "LIBIDN", "BOOST"] :
+ if match and match.group(1) in ["SWIFTEN", "ZLIB", "LIBIDN", "BOOST"] :
inSources = processSourcesLine(match.group(3))
continue