diff options
author | Ken Moore <ken@ixsystems.com> | 2017-10-06 09:55:43 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-10-06 09:55:43 -0400 |
commit | 93b24e060f223126fdb1facdd39177ba8a726828 (patch) | |
tree | 21a05056166254fea7c3a297deaac4a78c3c5fa5 /src-qt5/src-qml/test/test.pro | |
parent | Merge branch 'master' of github.com:trueos/lumina (diff) | |
download | lumina-93b24e060f223126fdb1facdd39177ba8a726828.tar.gz lumina-93b24e060f223126fdb1facdd39177ba8a726828.tar.bz2 lumina-93b24e060f223126fdb1facdd39177ba8a726828.zip |
Add a new testing utility for trying out QML files
Diffstat (limited to 'src-qt5/src-qml/test/test.pro')
-rw-r--r-- | src-qt5/src-qml/test/test.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src-qt5/src-qml/test/test.pro b/src-qt5/src-qml/test/test.pro new file mode 100644 index 00000000..4470adea --- /dev/null +++ b/src-qt5/src-qml/test/test.pro @@ -0,0 +1,5 @@ +QT = core gui widgets quick quickwidgets + +TARGET = test + +SOURCES += main.cpp |