summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2018-09-27 12:22:04 +0200
committerAndy Shaw <andy.shaw@qt.io>2018-09-27 12:48:36 +0000
commitce1767d724e26012cfcd2eae0143ec9a87984046 (patch)
tree449f52881c7c49184bd2504a5fbdafe704f2a4e4
parent67a93bb3684b5146505cf570da6c714d0bfe4b1d (diff)
downloadqtlocation-ce1767d724e26012cfcd2eae0143ec9a87984046.tar.gz
Use the correct name for the resource when building statically
Task-number: QTBUG-69617 Change-Id: I98bd56c07a5897cae62a9c287dab1cacd5f8d07d Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
-rw-r--r--src/imports/locationlabs/locationlabs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/locationlabs/locationlabs.cpp b/src/imports/locationlabs/locationlabs.cpp
index 56924b80..c48fd7d9 100644
--- a/src/imports/locationlabs/locationlabs.cpp
+++ b/src/imports/locationlabs/locationlabs.cpp
@@ -49,7 +49,7 @@
static void initResources()
{
#ifdef QT_STATIC
- Q_INIT_RESOURCE(qmake_QtLocationLabs);
+ Q_INIT_RESOURCE(qmake_Qt_labs_location);
#endif
}