aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/embeddedinwidgets/embeddedinwidgets.pro
blob: de47a397ab38dee4c5d2f6b3cabd09a99147c0b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app
QT += widgets quick

SOURCES += main.cpp

OTHER_FILES += main.qml TextBox.qml

RESOURCES += \
    embeddedinwidgets.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quick/embeddedinwidgets
INSTALLS += target