aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qmlcompiler.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmlcompiler/qmlcompiler.pro')
-rw-r--r--src/qmlcompiler/qmlcompiler.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmlcompiler/qmlcompiler.pro b/src/qmlcompiler/qmlcompiler.pro
index 255b29aa57..1649855458 100644
--- a/src/qmlcompiler/qmlcompiler.pro
+++ b/src/qmlcompiler/qmlcompiler.pro
@@ -4,7 +4,7 @@ QT = core-private qmldevtools-private
CONFIG += internal_module
SOURCES = \
- resourcefilemapper.cpp \
+ qqmljsresourcefilemapper.cpp \
qqmljsimportedmembersvisitor.cpp \
qmljsimporter.cpp \
qmljstypereader.cpp \
@@ -13,7 +13,7 @@ SOURCES = \
qmlstreamwriter.cpp
HEADERS = \
- resourcefilemapper_p.h \
+ qqmljsresourcefilemapper_p.h \
qqmljsimportedmembersvisitor_p.h \
qmljsimporter_p.h \
qmljstypereader_p.h \