1TEMPLATE = app
2greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
3CONFIG -= app_bundle
4
5PROJECTROOT = $$PWD/../..
6include($$PROJECTROOT/src/libQtAV.pri)
7include($$PROJECTROOT/widgets/libQtAVWidgets.pri)
8preparePaths($$OUT_PWD/../../out)
9
10SOURCES += main.cpp
11