aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/src-qml/test/test.pro
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-11-04 19:28:17 +0000
committerWeblate <noreply@weblate.org>2017-11-04 19:28:17 +0000
commit7787f617656751ee7e0a58c813d0bfd5757c5c97 (patch)
tree48aa053bbd4fda9c64f89a061a2f442c860ab13d /src-qt5/src-qml/test/test.pro
parentTranslated using Weblate (Lithuanian) (diff)
parentMerge pull request #497 from a-stjohn/patch-1 (diff)
downloadlumina-7787f617656751ee7e0a58c813d0bfd5757c5c97.tar.gz
lumina-7787f617656751ee7e0a58c813d0bfd5757c5c97.tar.bz2
lumina-7787f617656751ee7e0a58c813d0bfd5757c5c97.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src-qt5/src-qml/test/test.pro')
-rw-r--r--src-qt5/src-qml/test/test.pro5
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..41d7d2a2
--- /dev/null
+++ b/src-qt5/src-qml/test/test.pro
@@ -0,0 +1,5 @@
+QT = core gui widgets quick quickwidgets qml
+
+TARGET = test
+
+SOURCES += main.cpp
bgstack15