diff options
author | Ken Moore <ken@ixsystems.com> | 2017-10-13 14:00:14 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-10-13 14:00:14 -0400 |
commit | 27992c407e1d67b14c7d20aa378193d5590b1d52 (patch) | |
tree | 0a7b10db476e55a9d1e21bb0a32fdbc542daaf06 /src-qt5/src-qml/src-qml.pri | |
parent | Add the beginnings of the root desktop QML system. Not finished yet. (diff) | |
download | lumina-27992c407e1d67b14c7d20aa378193d5590b1d52.tar.gz lumina-27992c407e1d67b14c7d20aa378193d5590b1d52.tar.bz2 lumina-27992c407e1d67b14c7d20aa378193d5590b1d52.zip |
Another checkpoint commit - almost ready to start running tests with QML for the desktop background/wallpapers
Diffstat (limited to 'src-qt5/src-qml/src-qml.pri')
-rw-r--r-- | src-qt5/src-qml/src-qml.pri | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src-qt5/src-qml/src-qml.pri b/src-qt5/src-qml/src-qml.pri new file mode 100644 index 00000000..bcdd439d --- /dev/null +++ b/src-qt5/src-qml/src-qml.pri @@ -0,0 +1,9 @@ +#Show the QML files to lupdate for translation purposes - not for the actual build + +QT *= quick qml + +lupdate_only{ + SOURCES *= RootDesktop.qml +} + +RESOURCES *= src-qml.qrc |