Merge lp:~aacid/gsettings-qt/use_minimal_qpa_for_test into lp:gsettings-qt

Proposed by Albert Astals Cid
Status: Merged
Approved by: Lars Karlitski
Approved revision: 43
Merged at revision: 43
Proposed branch: lp:~aacid/gsettings-qt/use_minimal_qpa_for_test
Merge into: lp:gsettings-qt
Diff against target: 11 lines (+1/-1)
1 file modified
tests/tests.pro (+1/-1)
To merge this branch: bzr merge lp:~aacid/gsettings-qt/use_minimal_qpa_for_test
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Timo Jyrinki (community) Approve
Review via email: mp+200971@code.launchpad.net

Commit message

No need for X in this text (LP: #1259145)

To post a comment you must log in.
Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/tests.pro'
2--- tests/tests.pro 2013-07-19 14:22:57 +0000
3+++ tests/tests.pro 2014-01-09 09:15:25 +0000
4@@ -13,6 +13,6 @@
5 PRE_TARGETDEPS = gschemas.compiled
6
7 # qmake prepends this to the command line executed by `make check`
8-check.commands = LD_LIBRARY_PATH=$$PWD/../src GSETTINGS_BACKEND=memory GSETTINGS_SCHEMA_DIR=$$PWD
9+check.commands = QT_QPA_PLATFORM=minimal LD_LIBRARY_PATH=$$PWD/../src GSETTINGS_BACKEND=memory GSETTINGS_SCHEMA_DIR=$$PWD
10
11 OTHER_FILES += tst_GSettings.qml

Subscribers

People subscribed via source and target branches