In order to source the built plugins I need to make the following change to the export_modules_dir.sh file (otherwise dirname $0 evaluated to /bin). It'd be nice to make this change if exporting the modules the way the README suggests doesn't work for others--could be user error:
bzr diff
=== modified file 'export_modules_dir.sh'
--- export_modules_dir.sh 2015-05-19 07:55:27 +0000
+++ export_modules_dir.sh 2015-11-19 02:03:27 +0000
@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
In order to source the built plugins I need to make the following change to the export_ modules_ dir.sh file (otherwise dirname $0 evaluated to /bin). It'd be nice to make this change if exporting the modules the way the README suggests doesn't work for others--could be user error:
bzr diff modules_ dir.sh' modules_ dir.sh 2015-05-19 07:55:27 +0000 modules_ dir.sh 2015-11-19 02:03:27 +0000 www.gnu. org/licenses/>.
=== modified file 'export_
--- export_
+++ export_
@@ -15,7 +15,7 @@
# along with this program. If not, see <http://
#
-. `dirname $0`/build_paths.inc PATH=$BUILD_ DIR/qml PATH=$BUILD_ DIR/qml UI_TOOLKIT_ THEMES_ PATH=$BUILD_ DIR/qml
+. ./build_paths.inc
export QML_IMPORT_
export QML2_IMPORT_
export UBUNTU_
Otherwise, this works great!