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

TARGET = test

SOURCES += main.cpp
bgstack15