aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/searchbox/searchbox.pro
blob: c22fc117aa8731cf76c21e9181e88ec160a3ab90 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp

RESOURCES += searchbox.qrc

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