Skip to content

Commit d231534

Browse files
committed
change resource name to avoid conflicts
1 parent bc2a316 commit d231534

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.

Diff for: lib/cpp_qt_live_coding_plugin.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
static void initResources()
1010
{
11-
Q_INIT_RESOURCE(qml);
11+
Q_INIT_RESOURCE(com_machinekoder_livecoding);
1212
}
1313

1414
static const struct {
@@ -36,7 +36,7 @@ void CppQtLiveCodingPlugin::registerTypes(const char* uri)
3636

3737
void CppQtLiveCodingPlugin::initializeEngine(QQmlEngine* engine, const char* uri)
3838
{
39-
Q_UNUSED(uri);
39+
Q_UNUSED(uri)
4040

4141
if (isLoadedFromResource())
4242
engine->addImportPath(QStringLiteral("qrc:/"));

Diff for: lib/lib.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ unix {
4040
}
4141

4242
RESOURCES += \
43-
qml.qrc
43+
com_machinekoder_livecoding.qrc

0 commit comments

Comments
 (0)