summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/app.pro b/app/app.pro
index e0a927e..fd777a3 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -1,8 +1,11 @@
TARGET = radio
QT = quickcontrols2
-HEADERS = PresetDataObject.h
-SOURCES = main.cpp PresetDataObject.cpp
+HEADERS = PresetDataObject.h qlibwindowmanager.h
+SOURCES = main.cpp PresetDataObject.cpp qlibwindowmanager.cpp
+
+CONFIG += link_pkgconfig
+PKGCONFIG += windowmanager
RESOURCES += \
radio.qrc \