Hello,

I've got some issues with Qt Creator 4.14 beta1 and my Android project.
I have defined myself icon and splashscreen in the AndroidManifest.xml, but Qt 
Creator always removes my settings!
My icon and splashscreen are XML document placed in sub-folder 
android/res/drawable (icon.xml and splashscreen.xml).
There was defined like this
    <application ...  android:icon="@drawable/icon">
   <meta-data android:name="android.app.splash_screen_drawable" 
android:resource="@drawable/splashscreen"/>

How can I tell QtCreator not to remove my handwritten settings?

Best regards

Fabrice Mousset

_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
https://lists.qt-project.org/listinfo/qt-creator

Reply via email to