Skip to content
Snippets Groups Projects
Commit d606e1f0 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

fix data output paths

parent 7ef45a70
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,9 @@ DATA_DIRS = \
FILES += $$files
}
copy2build.target = $$IDE_DATA_PATH
copy2build.input = FILES
copy2build.output = $$IDE_DATA_PATH/${QMAKE_FUNC_FILE_IN_stripSrcDir}
copy2build.output = ${QMAKE_FUNC_FILE_IN_stripSrcDir}
isEmpty(vcproj):copy2build.variable_out = PRE_TARGETDEPS
copy2build.commands = $$QMAKE_COPY \"${QMAKE_FILE_IN}\" \"${QMAKE_FILE_OUT}\"
copy2build.name = COPY ${QMAKE_FILE_IN}
......
......@@ -23,7 +23,7 @@ CONFIG -= qt
QT =
LIBS =
updateqm.target = $$IDE_DATA_DIR/translations
updateqm.target = $$IDE_DATA_PATH/translations
updateqm.input = TS_FILES
updateqm.output = ${QMAKE_FILE_BASE}.qm
isEmpty(vcproj):updateqm.variable_out = PRE_TARGETDEPS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment