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
=== modified file 'tests/qmltests/CMakeLists.txt'
--- tests/qmltests/CMakeLists.txt 2013-04-18 17:57:45 +0000
+++ tests/qmltests/CMakeLists.txt 2013-04-19 09:50:34 +0000
@@ -37,7 +37,7 @@
37add_qml_test(Components PageHeader)37add_qml_test(Components PageHeader)
38add_qml_test(Dash DashPreview)38add_qml_test(Dash DashPreview)
39add_qml_test(Dash PeoplePreview)39add_qml_test(Dash PeoplePreview)
40add_qml_test(Dash FilterGrids IMPORT_PATHS ${CMAKE_BINARY_DIR}/plugins)40add_qml_test(Dash FilterGrids IMPORT_PATHS ${CMAKE_BINARY_DIR}/plugins ${CMAKE_CURRENT_SOURCE_DIR}/plugins)
41add_qml_test(Greeter Greeter)41add_qml_test(Greeter Greeter)
42add_qml_test(Hud Hud IMPORT_PATHS ${CMAKE_CURRENT_BINARY_DIR}/plugins)42add_qml_test(Hud Hud IMPORT_PATHS ${CMAKE_CURRENT_BINARY_DIR}/plugins)
43add_qml_test(Launcher Launcher)43add_qml_test(Launcher Launcher)
4444
=== modified file 'tests/qmltests/plugins/CMakeLists.txt'
--- tests/qmltests/plugins/CMakeLists.txt 2013-04-18 11:13:16 +0000
+++ tests/qmltests/plugins/CMakeLists.txt 2013-04-19 09:50:34 +0000
@@ -1,3 +1,2 @@
1add_subdirectory(HudClient)1add_subdirectory(HudClient)
2add_subdirectory(Ubuntu)2add_subdirectory(Ubuntu)
3add_subdirectory(Dee)
43
=== removed file 'tests/qmltests/plugins/Dee/CMakeLists.txt'
--- tests/qmltests/plugins/Dee/CMakeLists.txt 2013-04-18 11:13:16 +0000
+++ tests/qmltests/plugins/Dee/CMakeLists.txt 1970-01-01 00:00:00 +0000
@@ -1,4 +0,0 @@
1# copy qmldir file into build directory for shadow builds
2file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/qmldir"
3 DESTINATION ${CMAKE_CURRENT_BINARY_DIR}
4 )

Subscribers

People subscribed via source and target branches