Merge lp:~mzanetti/unity/phablet-deebug into lp:unity/phablet

Proposed by Michael Zanetti
Status: Merged
Approved by: Daniel d'Andrada
Approved revision: no longer in the source branch.
Merged at revision: 611
Proposed branch: lp:~mzanetti/unity/phablet-deebug
Merge into: lp:unity/phablet
Diff against target: 29 lines (+1/-6)
3 files modified
tests/qmltests/CMakeLists.txt (+1/-1)
tests/qmltests/plugins/CMakeLists.txt (+0/-1)
tests/qmltests/plugins/Dee/CMakeLists.txt (+0/-4)
To merge this branch: bzr merge lp:~mzanetti/unity/phablet-deebug
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Daniel d'Andrada (community) Approve
Review via email: mp+159773@code.launchpad.net

Commit message

fix import paths of for filtergrid tests

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Daniel d'Andrada (dandrader) wrote :

Looks good to me.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
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/qmltests/CMakeLists.txt'
2--- tests/qmltests/CMakeLists.txt 2013-04-18 17:57:45 +0000
3+++ tests/qmltests/CMakeLists.txt 2013-04-19 09:50:34 +0000
4@@ -37,7 +37,7 @@
5 add_qml_test(Components PageHeader)
6 add_qml_test(Dash DashPreview)
7 add_qml_test(Dash PeoplePreview)
8-add_qml_test(Dash FilterGrids IMPORT_PATHS ${CMAKE_BINARY_DIR}/plugins)
9+add_qml_test(Dash FilterGrids IMPORT_PATHS ${CMAKE_BINARY_DIR}/plugins ${CMAKE_CURRENT_SOURCE_DIR}/plugins)
10 add_qml_test(Greeter Greeter)
11 add_qml_test(Hud Hud IMPORT_PATHS ${CMAKE_CURRENT_BINARY_DIR}/plugins)
12 add_qml_test(Launcher Launcher)
13
14=== modified file 'tests/qmltests/plugins/CMakeLists.txt'
15--- tests/qmltests/plugins/CMakeLists.txt 2013-04-18 11:13:16 +0000
16+++ tests/qmltests/plugins/CMakeLists.txt 2013-04-19 09:50:34 +0000
17@@ -1,3 +1,2 @@
18 add_subdirectory(HudClient)
19 add_subdirectory(Ubuntu)
20-add_subdirectory(Dee)
21
22=== removed file 'tests/qmltests/plugins/Dee/CMakeLists.txt'
23--- tests/qmltests/plugins/Dee/CMakeLists.txt 2013-04-18 11:13:16 +0000
24+++ tests/qmltests/plugins/Dee/CMakeLists.txt 1970-01-01 00:00:00 +0000
25@@ -1,4 +0,0 @@
26-# copy qmldir file into build directory for shadow builds
27-file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/qmldir"
28- DESTINATION ${CMAKE_CURRENT_BINARY_DIR}
29- )

Subscribers

People subscribed via source and target branches