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>
This commit is contained in:
Oswald Buddenhagen
2014-09-12 14:34:28 +02:00
committed by Daniel Teske
parent 7dbb9b2678
commit ca492c8fac
43 changed files with 45 additions and 45 deletions

View File

@@ -22,5 +22,5 @@ SOURCES += \
$$PWD/qmldirparser.cpp \
$$PWD/qmlerror.cpp \
OTHER_FILES += \
DISTFILES += \
$$PWD/qmljs.g

View File

@@ -88,7 +88,7 @@ SOURCES += \
RESOURCES += \
$$PWD/qmljs.qrc
OTHER_FILES += \
DISTFILES += \
$$PWD/parser/qmljs.g
contains(QT, gui) {