summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGerry Boland <gerry.boland@canonical.com>2014-11-27 16:40:42 +0000
committerGerry Boland <gerry.boland@canonical.com>2014-11-27 16:40:42 +0000
commit5f8b78ba26ebfbf793661d8b3658820cd438e021 (patch)
tree3183ab9ddb0637f53cd192bf6c167fadc7f3ecbd /cmake
parent90ebf79a9b8e7b167089c738531a68c97ca98b0f (diff)
Remnants of unity8 cmake bits renamed to be more qtmir suited
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/autopilot.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/modules/autopilot.cmake b/cmake/modules/autopilot.cmake
index 99d4eaa..f9593a6 100644
--- a/cmake/modules/autopilot.cmake
+++ b/cmake/modules/autopilot.cmake
@@ -2,7 +2,7 @@ add_custom_target(autopilot)
function(declare_autopilot_test TEST_NAME TEST_SUITE WORKING_DIR)
add_custom_target(autopilot-${TEST_NAME}
- COMMAND LANG=C UBUNTU_ICON_THEME=ubuntu-mobile QML2_IMPORT_PATH=${SHELL_INSTALL_QML}/mocks python3 -m autopilot.run run ${TEST_SUITE}
+ COMMAND LANG=C UBUNTU_ICON_THEME=ubuntu-mobile QML2_IMPORT_PATH=${QTMIR_INSTALL_QML}/mocks python3 -m autopilot.run run ${TEST_SUITE}
WORKING_DIRECTORY ${WORKING_DIR}
DEPENDS fake_install
)
@@ -14,7 +14,7 @@ function(declare_autopilot_test TEST_NAME TEST_SUITE WORKING_DIR)
add_dependencies(autopilot autopilot-${TEST_NAME})
add_custom_target(autopilot2-${TEST_NAME}
- COMMAND LANG=C UBUNTU_ICON_THEME=ubuntu-mobile QML2_IMPORT_PATH=${SHELL_INSTALL_QML}/mocks python2 -m autopilot.run run ${TEST_SUITE}
+ COMMAND LANG=C UBUNTU_ICON_THEME=ubuntu-mobile QML2_IMPORT_PATH=${QTMIR_INSTALL_QML}/mocks python2 -m autopilot.run run ${TEST_SUITE}
WORKING_DIRECTORY ${WORKING_DIR}
DEPENDS fake_install
)