summaryrefslogtreecommitdiffstats
path: root/src/tools/rcc/rcc.cpp
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals.cid@kdab.com>2018-12-17 11:27:00 +0100
committerAlbert Astals Cid <albert.astals.cid@kdab.com>2018-12-21 13:54:39 +0000
commit59386e090778da28daf70162807c774a034ff74c (patch)
tree0c29180fdd68446acc99a8ae17e175361b9d4495 /src/tools/rcc/rcc.cpp
parent3e1758e35d14e6ee16e30ae2f6f6bd92d29d57f0 (diff)
Fix compilation with QT_NO_COMPRESS
Change-Id: Iabd57782458874abbc6b553b5e255a6b614de023 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/tools/rcc/rcc.cpp')
-rw-r--r--src/tools/rcc/rcc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rcc/rcc.cpp b/src/tools/rcc/rcc.cpp
index a7919e31f9..862e574f2d 100644
--- a/src/tools/rcc/rcc.cpp
+++ b/src/tools/rcc/rcc.cpp
@@ -332,8 +332,8 @@ qint64 RCCFileInfo::writeDataBlob(RCCResourceLibrary &lib, qint64 offset,
lib.m_errorDevice->write(msg.toUtf8());
}
}
- }
#endif // QT_NO_COMPRESS
+ }
// some info
if (text || pass1) {