~ubuntu-sdk-team/ubuntu-ui-toolkit/dpr

« back to all changes in this revision

Viewing changes to export_modules_dir.sh

  • Committer: Benjamin Zeller
  • Date: 2015-05-19 07:55:27 UTC
  • mto: (1000.552.12 staging)
  • mto: This revision was merged to the branch mainline in revision 1197.
  • Revision ID: benjamin.zeller@canonical.com-20150519075527-45m71k28dd6pjgea
Create docs again

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#
17
17
 
18
18
. `dirname $0`/build_paths.inc
19
 
export QML_IMPORT_PATH=$BUILD_DIR/modules
20
 
export QML2_IMPORT_PATH=$BUILD_DIR/modules
21
 
export UBUNTU_UI_TOOLKIT_THEMES_PATH=$BUILD_DIR/modules
22
 
/sbin/initctl set-env --global QML_IMPORT_PATH=$BUILD_DIR/modules
23
 
/sbin/initctl set-env --global QML2_IMPORT_PATH=$BUILD_DIR/modules
24
 
/sbin/initctl set-env --global UBUNTU_UI_TOOLKIT_THEMES_PATH=$BUILD_DIR/modules
 
19
export QML_IMPORT_PATH=$BUILD_DIR/qml
 
20
export QML2_IMPORT_PATH=$BUILD_DIR/qml
 
21
export UBUNTU_UI_TOOLKIT_THEMES_PATH=$BUILD_DIR/qml
 
22
/sbin/initctl set-env --global QML_IMPORT_PATH=$BUILD_DIR/qml
 
23
/sbin/initctl set-env --global QML2_IMPORT_PATH=$BUILD_DIR/qml
 
24
/sbin/initctl set-env --global UBUNTU_UI_TOOLKIT_THEMES_PATH=$BUILD_DIR/qml