diff options
author | Tasuku Suzuki <tasuku.suzuki@qt.io> | 2017-12-15 16:59:25 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-16 18:14:05 +0000 |
commit | 2f43c64c0b55dbfc7ffa1d87e952d840c7f940e1 (patch) | |
tree | f2c5fe14ef96e58983d60e3f1520eee0f249d3c7 /app/app.pro | |
parent | 39298a8142f140e23a38e2ed53274e7a3c3a93c7 (diff) |
Remove setting Qt Quick Controsl 2 style
The style will be set through an environment variable
https://gerrit.automotivelinux.org/gerrit/#/c/12055/
Change-Id: I64bad6432311fbc56984e85b0453820adb46d265
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/app.pro b/app/app.pro index 1aa4da0..169258b 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,6 +1,5 @@ TARGET = dashboard -QT = quickcontrols2 - +QT = quick HEADERS += \ translator.h |