forked from qt-creator/qt-creator
remove pointless uses of OTHER_FILES
these cases are automatically covered by other variables Change-Id: Ic32411fa361346633d3127be063fcaabc9ef7c28 Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -15,7 +15,6 @@ SOURCES += main.cpp \
|
||||
|
||||
# generation of Info.plist from Info.plist.in is handled by static.pro
|
||||
# compiling this project directly from the Qt Creator source tree does not work
|
||||
OTHER_FILES += Info.plist
|
||||
macx:QMAKE_INFO_PLIST = Info.plist
|
||||
|
||||
HEADERS += \
|
||||
|
||||
@@ -48,7 +48,6 @@ for(data_dir, DATA_DIRS) {
|
||||
# Info.plist.in are handled below
|
||||
for(file, files):!contains(file, ".*/Info\\.plist\\.in$"):!exists($$file/*):FILES += $$file
|
||||
}
|
||||
OTHER_FILES += $$FILES
|
||||
|
||||
# conditionally deployed data
|
||||
!isEmpty(copydata) {
|
||||
@@ -109,7 +108,6 @@ unix {
|
||||
DATA_FILES_SRC += externaltools/notepad_win.xml
|
||||
}
|
||||
for(file, DATA_FILES_SRC):DATA_FILES += $${SRCRESOURCEDIR}$$file
|
||||
OTHER_FILES += $$DATA_FILES
|
||||
unconditionalCopy2build.input = DATA_FILES
|
||||
unconditionalCopy2build.output = $$IDE_DATA_PATH/${QMAKE_FUNC_FILE_IN_stripSrcResourceDir}
|
||||
isEmpty(vcproj):unconditionalCopy2build.variable_out = PRE_TARGETDEPS
|
||||
|
||||
@@ -56,9 +56,6 @@ SOURCES += \
|
||||
RESOURCES += \
|
||||
qmljstools.qrc
|
||||
|
||||
OTHER_FILES += \
|
||||
QmlJSTools.mimetypes.xml
|
||||
|
||||
FORMS += \
|
||||
$$PWD/qmljscodestylesettingspage.ui
|
||||
|
||||
|
||||
@@ -6,8 +6,6 @@ DEFINES += SRCDIR=\\\"$$PWD\\\"
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
OTHER_FILES += qml/main.qml
|
||||
|
||||
qml.files = qml
|
||||
qml.path = .
|
||||
DEPLOYMENT += qml
|
||||
|
||||
Reference in New Issue
Block a user