summaryrefslogtreecommitdiffstats
path: root/tests/manual/mediaplayer/mediaplayer.pro
blob: ad787a3ae8177f65d00aafab4d320bc78c979b26 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app

QT += widgets axcontainer

HEADERS  = mediaaxwidget.h
SOURCES  = main.cpp
FORMS    = mainwindow.ui

# install
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/mediaplayer
INSTALLS += target