aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/src-qml/test/testlist.pro
blob: 69c7bc23ec115192f66a60458f34a2472978be02 (plain)
1
2
3
4
5
6
7
QT = core gui widgets quick quickwidgets qml

TARGET = test

SOURCES += testlist.cpp

HEADERS += ListData.h
bgstack15