Skip to content

Commit

Permalink
Merge branch 'jb50027' into 'master'
Browse files Browse the repository at this point in the history
[aarch64] Use macros, not hardcoded paths. Contributes to JB#50027

See merge request mer-core/nemo-qml-plugin-systemsettings!146
  • Loading branch information
xfade committed May 28, 2020
2 parents 829e7fc + ef15dab commit c662920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.pro
Expand Up @@ -10,7 +10,7 @@ system(sed -e s/@PACKAGENAME@/$${PACKAGENAME}/g tests.xml.template > tests.xml)
TEMPLATE = app
TARGET = ut_diskusage

target.path = /usr/lib/$${PACKAGENAME}-tests
target.path = $$[QT_INSTALL_LIBS]/$${PACKAGENAME}-tests

xml.path = /usr/share/$${PACKAGENAME}-tests
xml.files = tests.xml
Expand Down

0 comments on commit c662920

Please sign in to comment.