10 lines
166 B
Prolog
10 lines
166 B
Prolog
|
TEMPLATE = app
|
||
|
|
||
|
QT += quick qml
|
||
|
SOURCES += main.cpp
|
||
|
|
||
|
RESOURCES += scrollbar.qrc
|
||
|
|
||
|
target.path = $$[QT_INSTALL_EXAMPLES]/quick/customitems/scrollbar
|
||
|
INSTALLS += target
|