app.pro Example File (tutorials/extending/chapter6-plugins/app.pro)
Qt 5.2.1 Reference Documentation
app.pro Example File
tutorials/extending/chapter6-plugins/app.pro
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