Updated translations.
This commit is contained in:
@@ -5,10 +5,6 @@ TEMPLATE += app
|
||||
TARGET = qcma_android
|
||||
CONFIG += mobility
|
||||
|
||||
android {
|
||||
QT += androidextras
|
||||
}
|
||||
|
||||
# this library needs to link statically their deps but Qt doesn't pass --static to PKGCONFIG
|
||||
QMAKE_CXXFLAGS += $$system(pkg-config --static --cflags libvitamtp)
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -10,7 +10,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>602</width>
|
||||
<height>138</height>
|
||||
<height>151</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
|
@@ -158,9 +158,9 @@ void MainWidget::showAboutDialog()
|
||||
about.setText(QString("Qcma ") + QCMA_VER);
|
||||
about.setWindowTitle(tr("About Qcma"));
|
||||
#ifndef QCMA_BUILD_HASH
|
||||
about.setInformativeText(tr("Copyright (C) 2015 Codestation") + "\n");
|
||||
about.setInformativeText(tr("Copyright (C) 2016 Codestation") + "\n");
|
||||
#else
|
||||
about.setInformativeText(tr("Copyright (C) 2015 Codestation\n\nbuild hash: %1\nbuild branch: %2").arg(QCMA_BUILD_HASH).arg(QCMA_BUILD_BRANCH));
|
||||
about.setInformativeText(tr("Copyright (C) 2016 Codestation\n\nbuild hash: %1\nbuild branch: %2").arg(QCMA_BUILD_HASH).arg(QCMA_BUILD_BRANCH));
|
||||
#endif
|
||||
about.setStandardButtons(QMessageBox::Ok);
|
||||
about.setIconPixmap(QPixmap(":/main/resources/images/qcma.png"));
|
||||
|
Reference in New Issue
Block a user