app: Remove libhomescreen and windowmanger callbacks
[apps/mediaplayer.git] / app / app.pro
1 TARGET = mediaplayer
2 QT = quickcontrols2 websockets
3
4 SOURCES = main.cpp
5
6 CONFIG += link_pkgconfig
7 PKGCONFIG += libhomescreen qtappfw-mediaplayer
8
9 CONFIG(release, debug|release) {
10     QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)
11 }
12
13 RESOURCES += \
14     mediaplayer.qrc \
15     images/images.qrc
16
17 include(app.pri)