diff options
author | Tasuku Suzuki <tasuku.suzuki@qt.io> | 2017-12-15 16:59:25 +0900 |
---|---|---|
committer | Tasuku Suzuki <tasuku.suzuki@qt.io> | 2017-12-15 16:59:38 +0900 |
commit | c19628aa696de048b34651dff85ccb0448ce2cd1 (patch) | |
tree | 34cbd6ae252bd504c302e61fb13aa32822fbbefe /app/app.pro | |
parent | 1fc5b34801d033a50a683687b18f05e250fee9d4 (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 c0b0cad..97d4f64 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,6 +1,5 @@ TARGET = dashboard -QT = quickcontrols2 - +QT = quick HEADERS += \ translator.h |