<!-- Splash screen -->
</activity>
</application>
- <uses-sdk android:minSdkVersion="11" android:targetSdkVersion="19"/>
+ <uses-sdk android:minSdkVersion="11" android:targetSdkVersion="20"/>
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
#FORMS += mainwindow.ui
CONFIG += mobility c++11
-MOBILITY =
+MOBILITY =
QMAKE_CXXFLAGS += -fpermissive -Wswitch
TRANSLATIONS = diary-mobile_fr_FR.ts diary-mobile_en_EN.ts
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
if(deb)QMessageBox::information(this, trUtf8("EditDB", "title of box to say a button was deleted"), trUtf8("button was deleted", "text to say button was deleted"));
return;
}
+ if(deb)QMessageBox::information(this, trUtf8("EditDB", "title to print new value of button"), QString("keyword="+tmpkeyword+", label="+tmplabel+", action="+tmpaction));
exec(QList<QString>({conf->value(QString("update")+a).toString(), tmpkeyword, tmplabel, tmpaction, b}));
}