Adopt window manager feature to get rendering right
[apps/mediaplayer.git] / app / app.pro
index 52bd496..a2fdf14 100644 (file)
@@ -1,7 +1,11 @@
 TARGET = mediaplayer
 QT = quickcontrols2
 
-SOURCES = main.cpp
+HEADERS = qlibwindowmanager.h
+SOURCES = main.cpp qlibwindowmanager.cpp
+
+CONFIG += link_pkgconfig
+PKGCONFIG += libwindowmanager
 
 RESOURCES += \
     mediaplayer.qrc \