diff options
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/app/app.pro b/app/app.pro index 1aa4da0..9599de1 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,12 +1,7 @@ TARGET = dashboard QT = quickcontrols2 - -HEADERS += \ - translator.h - -SOURCES = main.cpp \ - translator.cpp +SOURCES = main.cpp CONFIG += link_pkgconfig PKGCONFIG += libhomescreen qlibwindowmanager @@ -16,6 +11,3 @@ RESOURCES += \ images/images.qrc include(app.pri) - -LANGUAGES = ja_JP fr_FR zh_CN -include(translations.pri) |