Hi, due to some bug in 5.2, about repeaters being deleted before instantiated, I upgraded to 5.3.1 today.
My system runs Kubuntu 13.04 with gcc 4.6.3 and I use Qt Creator 3.1.2 as IDE. It is a bit strange, since plugins just worked fine in 5.2.1. My current work-flow is: compile -> open terminal in build dir -> run make install. For 5.2.1 this is the exact command with output: samuel@s-stirtzel-linux:<path snipped>$ ANDROID_NDK_ROOT=/home/samuel/android/ndk/android-ndk-r9c make install /home/samuel/Qt/5.2.1/android_armv7/bin/qmake -spec android-g++ CONFIG+=debug CONFIG+=declarative_debug CONFIG+=qml_debug -o Makefile ../ZColorTheme/zcolortheme.pro install -m 755 -p "libZColorTheme.so" "/home/samuel/Qt/5.2.1/android_armv7/qml/ZColorTheme/libZColorTheme.so" install -m 644 -p /work/qt_projects/ZColorTheme/qmldir /home/samuel/Qt/5.2.1/android_armv7/qml/ZColorTheme/ Makefile: install_target: first FORCE @test -d $(INSTALL_ROOT)/home/samuel/Qt/5.2.1/android_armv7/qml/ZColorTheme || mkdir -p $(INSTALL_ROOT)/home/samuel/Qt/5.2.1/android_armv7/qml/ZColorTheme -$(INSTALL_PROGRAM) "$(TARGET)" "$(INSTALL_ROOT)/home/samuel/Qt/5.2.1/android_armv7/qml/ZColorTheme/$(TARGET)" For 5.3.1 it goes all wrong: samuel@s-stirtzel-linux:<path snipped>$ ANDROID_NDK_ROOT=/home/samuel/android/ndk/android-ndk-r9c make install mkdir: das Verzeichnis »/libs“ kann nicht angelegt werden: Keine Berechtigung make: *** [install_target] Fehler 1 Makefile: install_target: first FORCE @test -d $(INSTALL_ROOT)/libs/armeabi-v7a/ || mkdir -p $(INSTALL_ROOT)/libs/armeabi-v7a/ -$(INSTALL_PROGRAM) "$(TARGET)" "$(INSTALL_ROOT)/libs/armeabi-v7a/$(TARGET)" Not sure if it is intended to install to the /libs directory... QTBUG-39366 could be related, but it is not about linux. -- Regards Samuel *Line breaks after 72 characters are proudly provided by "the gmail web interface"* _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest