diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-16 19:42:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-12-16 19:42:44 +0000 |
commit | 88611724502425d3656ef0dcbfdcbdb519c0b41f (patch) | |
tree | cd132ede235a4ad230fc91da17647ffdf14c3ec0 /app/app.pro | |
parent | 2f43c64c0b55dbfc7ffa1d87e952d840c7f940e1 (diff) | |
parent | b369fb7e8d0733af1a67dab27fd565fc6f9f97d3 (diff) |
Merge "Check if dependencies are available and make it run without them" into eel
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/app.pro b/app/app.pro index 169258b..97d4f64 100644 --- a/app/app.pro +++ b/app/app.pro @@ -7,9 +7,6 @@ HEADERS += \ SOURCES = main.cpp \ translator.cpp -CONFIG += link_pkgconfig -PKGCONFIG += libhomescreen qlibwindowmanager - RESOURCES += \ dashboard.qrc \ images/images.qrc |