remove redundant OTHER_FILES assignments
newer versions of qt creator understand QMAKE_EXTRA_COMPILERS and INSTALLS, so there is no need to list the files twice. Change-Id: Iccf3cc3248daf3422b8c366c2eb2d2f46c5f08d1 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
parent
9af2cccc59
commit
be6a92ec09
@ -17,9 +17,6 @@ fq_qml_files = $$_PRO_FILE_PWD_/qmldir
|
||||
|
||||
for(qmlf, QML_FILES): fq_qml_files += $$absolute_path($$qmlf, $$_PRO_FILE_PWD_)
|
||||
|
||||
# Only for Qt Creator's project view
|
||||
OTHER_FILES += $$fq_qml_files
|
||||
|
||||
qml1_target: \
|
||||
instbase = $$[QT_INSTALL_IMPORTS]
|
||||
else: \
|
||||
|
@ -9,5 +9,3 @@ JAVASOURCES += $$PWD/src/org/qtproject/qt5/android/bearer/QtNetworkReceiver.java
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_PREFIX]/jar
|
||||
INSTALLS += target
|
||||
|
||||
OTHER_FILES += $$JAVASOURCES
|
||||
|
@ -5,7 +5,6 @@ CONFIG += testcase
|
||||
QT = core core-private testlib
|
||||
|
||||
SOURCES += tst_qloggingregistry.cpp
|
||||
OTHER_FILES += qtlogging.ini
|
||||
TESTDATA += qtlogging.ini
|
||||
|
||||
android:!android-no-sdk: {
|
||||
|
@ -1,6 +1,5 @@
|
||||
QT += widgets
|
||||
SOURCES = main.cpp
|
||||
OTHER_FILES = glyphshaping_data.xml
|
||||
glyphshaping_data.path = .
|
||||
glyphshaping_data.files = $$PWD/glyphshaping_data.xml
|
||||
DEPLOYMENT += glyphshaping_data
|
||||
|
Loading…
x
Reference in New Issue
Block a user