aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/src-qml/src-qml.pri
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-10-13 16:25:18 -0400
committerKen Moore <ken@ixsystems.com>2017-10-13 16:25:18 -0400
commitd04f35ab9b827085d1cbee0bc2f7cae7787557ef (patch)
tree36a40cc20324aee82f4d2944cb2b54161522491c /src-qt5/src-qml/src-qml.pri
parentAnother checkpoint commit - almost ready to start running tests with QML for ... (diff)
downloadlumina-d04f35ab9b827085d1cbee0bc2f7cae7787557ef.tar.gz
lumina-d04f35ab9b827085d1cbee0bc2f7cae7787557ef.tar.bz2
lumina-d04f35ab9b827085d1cbee0bc2f7cae7787557ef.zip
Another checkpoint commit for Lumina 2
Almost have the QML-based desktop canvas working - still tracking down some QML syntax issues.
Diffstat (limited to 'src-qt5/src-qml/src-qml.pri')
-rw-r--r--src-qt5/src-qml/src-qml.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/src-qml/src-qml.pri b/src-qt5/src-qml/src-qml.pri
index bcdd439d..43af4b5a 100644
--- a/src-qt5/src-qml/src-qml.pri
+++ b/src-qt5/src-qml/src-qml.pri
@@ -3,7 +3,7 @@
QT *= quick qml
lupdate_only{
- SOURCES *= RootDesktop.qml
+ SOURCES *= $${PWD}/RootDesktop.qml
}
-RESOURCES *= src-qml.qrc
+RESOURCES *= $${PWD}/src-qml.qrc
bgstack15