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/test/testlist.pro | |
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/test/testlist.pro')
-rw-r--r-- | src-qt5/src-qml/test/testlist.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src-qt5/src-qml/test/testlist.pro b/src-qt5/src-qml/test/testlist.pro new file mode 100644 index 00000000..69c7bc23 --- /dev/null +++ b/src-qt5/src-qml/test/testlist.pro @@ -0,0 +1,7 @@ +QT = core gui widgets quick quickwidgets qml + +TARGET = test + +SOURCES += testlist.cpp + +HEADERS += ListData.h |