mzanetti@noneyet ~/Develop/unity8-remember-window-positions $ bzr diff
=== modified file 'include/paths.h.in'
--- include/paths.h.in 2014-11-14 17:47:00 +0000
+++ include/paths.h.in 2015-01-28 17:07:02 +0000
@@ -78,6 +78,7 @@
paths << QString("@USS_PRIVATE_PLUGINDIR@");
paths << QString("@SHELL_PLUGINDIR@");
paths << QString("@CMAKE_BINARY_DIR@/tests/mocks");
+ paths << QString("@CMAKE_SOURCE_DIR@/qml/Components/");
}
return paths;
}
=== modified file 'qml/Stages/WindowMoveResizeArea.qml'
--- qml/Stages/WindowMoveResizeArea.qml 2015-01-28 14:15:25 +0000
+++ qml/Stages/WindowMoveResizeArea.qml 2015-01-28 16:57:46 +0000
@@ -18,7 +18,7 @@
import QtQuick 2.3
import Ubuntu.Components 1.1
-import "../Components/WindowPositionStorage"
+import WindowPositionStorage 1.0
MouseArea {
id: root