aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/tutorials/extending/chapter6-plugins/app.pro
blob: c55db00d274faabef3bc5e3e967c8f33e1f13a7f (plain)
1
2
3
4
5
6
7
8
9
10
TARGET = chapter6-plugins
QT += qml quick

# Avoid going to debug/release subdirectory
# so that our application will see the
# import path for the Charts module.
win32: DESTDIR = ./

SOURCES += main.cpp
RESOURCES += app.qrc