aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofiler.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-09-12 14:34:28 +0200
committerDaniel Teske <daniel.teske@digia.com>2014-09-15 12:10:01 +0200
commitca492c8facd3e7b086e17788aded1a8299353a85 (patch)
tree008617a0eebd87ff7e8ac0134dacd896744da131 /src/plugins/qmlprofiler/qmlprofiler.pro
parent7dbb9b267865bdaeb9cdd07b4d554f31dfd88305 (diff)
use DISTFILES instead of OTHER_FILES in creator's own build system
it's the correct variable to use. Change-Id: I9ec7795099097715a64969516cd3fae9e213a0f4 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofiler.pro')
-rw-r--r--src/plugins/qmlprofiler/qmlprofiler.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofiler.pro b/src/plugins/qmlprofiler/qmlprofiler.pro
index 880d1a57db..5eb0b593e1 100644
--- a/src/plugins/qmlprofiler/qmlprofiler.pro
+++ b/src/plugins/qmlprofiler/qmlprofiler.pro
@@ -70,7 +70,7 @@ HEADERS += \
RESOURCES += \
qml/qmlprofiler.qrc
-OTHER_FILES += \
+DISTFILES += \
qml/ButtonsBar.qml \
qml/Detail.qml \
qml/CategoryLabel.qml \