summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/3rdparty/zlib_dependency.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/zlib_dependency.pri b/src/3rdparty/zlib_dependency.pri
index 8373a8c..77a1b24 100644
--- a/src/3rdparty/zlib_dependency.pri
+++ b/src/3rdparty/zlib_dependency.pri
@@ -6,5 +6,5 @@ contains(QT_CONFIG, system-zlib) {
} else {
# We could copy the zlib sources over to this module, but for now we don't.
# INCLUDEPATH += $$PWD/zlib
- error(zlib not available: Qt was not built with the system's zlib)
+ error("zlib not available: Qt was not built with the system's zlib")
}