Commit b5143c6b authored by Gus Grubba's avatar Gus Grubba

Splitting qgcresources.qrc as the Windows build is barfing on it.

parent 08627497
This diff is collapsed.
This diff is collapsed.
......@@ -306,13 +306,20 @@ CustomBuild {
} else {
RESOURCES += $$PWD/qgcresources.qrc
}
exists($$PWD/custom/qgcimages.qrc) {
message("Using custom qgcimages.qrc")
RESOURCES += $$PWD/custom/qgcimages.qrc
} else {
RESOURCES += $$PWD/qgcimages.qrc
}
} else {
DEFINES += QGC_APPLICATION_NAME=\"\\\"QGroundControl\\\"\"
DEFINES += QGC_ORG_NAME=\"\\\"QGroundControl.org\\\"\"
DEFINES += QGC_ORG_DOMAIN=\"\\\"org.qgroundcontrol\\\"\"
RESOURCES += \
$$PWD/qgroundcontrol.qrc \
$$PWD/qgcresources.qrc
$$PWD/qgcresources.qrc \
$$PWD/qgcimages.qrc
}
# On Qt 5.9 android versions there is the following bug: https://bugreports.qt.io/browse/QTBUG-61424
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment