diff options
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro index e0a927e..d1e8274 100644 --- a/app/app.pro +++ b/app/app.pro @@ -4,6 +4,9 @@ QT = quickcontrols2 HEADERS = PresetDataObject.h SOURCES = main.cpp PresetDataObject.cpp +CONFIG += link_pkgconfig +PKGCONFIG += libhomescreen qlibwindowmanager + RESOURCES += \ radio.qrc \ images/images.qrc |