We have moved to a new Sailfish OS Forum. Please start new discussions there.
![]() | 1 | initial version | posted 2014-02-01 21:09:57 +0200 |
Hello devs,
I finished my application and now want to put it in the harbour but I get the following errors when doing the RPM check: [http://pastebin.com/iXcXFTru]
Thats a lot. What confuses me is the files in /opt and the QML file related errors like QtGraphicalEffects 1.0 not allowed or even RemoteBox 1.0 allowed, which is a C++ I have written myself.
Any ideas how I can fix that?
![]() | 2 | No.2 Revision |
Hello devs,
I finished my application and now want to put it in the harbour but I get the following errors when doing the RPM check: [http://pastebin.com/iXcXFTru]
Thats a lot. What confuses me is the files in /opt and the QML file related errors like QtGraphicalEffects 1.0 not allowed or even RemoteBox 1.0 allowed, which is a C++ I have written myself.
Any ideas how I can fix that?
Is there any guide about this topic anywhere?
![]() | 3 | No.3 Revision |
Hello devs,
I finished my application and now want to put it in the harbour but I get the following errors when doing the RPM check: [http://pastebin.com/iXcXFTru]
Thats a lot. What confuses me is the files in /opt and the QML file related errors like QtGraphicalEffects 1.0 not allowed or even RemoteBox 1.0 allowed, which is a C++ I have written myself.
Any ideas how I can fix that?
Is there any guide about this topic anywhere?
Now I came to the following results: ERROR [/usr/share/harbour-qremotecontrol/qml/initMeego.qml] Import 'QtQuick 1.1' is not allowed ERROR [/usr/share/harbour-qremotecontrol/qml/initMeego.qml] Import 'com.nokia.meego 1.0' is not allowed ERROR [/usr/share/harbour-qremotecontrol/qml/SettingsPage.qml] Import 'Qt.labs.folderlistmodel 1.0' is not allowed ERROR [/usr/share/harbour-qremotecontrol/qml/MyComponents/Button.qml] Import 'QtGraphicalEffects 1.0' is not allowed ERROR [/usr/share/harbour-qremotecontrol/qml/JollaImage.qml] Import 'QtGraphicalEffects 1.0' is not allowed
Whereas the first two errors come from a file added for MeeGo support, as already broke MeeGo support with using QtQuick 2.0 this shouldn't be a problem to remove. Qt.labs.folderlistmodel : this annoying but I can understand that you do not want to support Qt.labs libraries, but I have a workaround for that too. QtGraphicalEffects: I can not understand why you do not support this library. Please add it to the allowed imports. Is there any workaround for this?
![]() | 4 | No.4 Revision |
Hello devs,
I finished my application and now want to put it in the harbour but I get the following errors when doing the RPM check: [http://pastebin.com/iXcXFTru]
Thats a lot. What confuses me is the files in /opt and the QML file related errors like QtGraphicalEffects 1.0 not allowed or even RemoteBox 1.0 allowed, which is a C++ I have written myself.
Any ideas how I can fix that?
Is there any guide about this topic anywhere?anywhere?
[solved] see answer 1
Now I came to the following results: ERROR [/usr/share/harbour-qremotecontrol/qml/initMeego.qml] Import 'QtQuick 1.1' is not allowed ERROR [/usr/share/harbour-qremotecontrol/qml/initMeego.qml] Import 'com.nokia.meego 1.0' is not allowed ERROR [/usr/share/harbour-qremotecontrol/qml/SettingsPage.qml] Import 'Qt.labs.folderlistmodel 1.0' is not allowed ERROR [/usr/share/harbour-qremotecontrol/qml/MyComponents/Button.qml] Import 'QtGraphicalEffects 1.0' is not allowed ERROR [/usr/share/harbour-qremotecontrol/qml/JollaImage.qml] Import 'QtGraphicalEffects 1.0' is not allowed
Whereas the first two errors come from a file added for MeeGo support, as already broke MeeGo support with using QtQuick 2.0 this shouldn't be a problem to remove. Qt.labs.folderlistmodel : this annoying but I can understand that you do not want to support Qt.labs libraries, but I have a workaround for that too. QtGraphicalEffects: I can not understand why you do not support this library. Please add it to the allowed imports. Is there any workaround for this?
![]() | 5 | No.5 Revision |
Hello devs,
I finished my application and now want to put it in the harbour but I get the following errors when doing the RPM check: [http://pastebin.com/iXcXFTru]
Thats a lot. What confuses me is the files in /opt and the QML file related errors like QtGraphicalEffects 1.0 not allowed or even RemoteBox 1.0 allowed, which is a C++ I have written myself.
Is there any guide about this topic anywhere? [solved] see answer 1
Now I came to the following results:
results:
ERROR [/usr/share/harbour-qremotecontrol/qml/initMeego.qml] Import 'QtQuick 1.1' is not allowed
ERROR [/usr/share/harbour-qremotecontrol/qml/initMeego.qml] Import 'com.nokia.meego 1.0' is not allowed
ERROR [/usr/share/harbour-qremotecontrol/qml/SettingsPage.qml] Import 'Qt.labs.folderlistmodel 1.0' is not allowed
ERROR [/usr/share/harbour-qremotecontrol/qml/MyComponents/Button.qml] Import 'QtGraphicalEffects 1.0' is not allowed
ERROR [/usr/share/harbour-qremotecontrol/qml/JollaImage.qml] Import 'QtGraphicalEffects 1.0' is not allowedallowed
Whereas the first two errors come from a file added for MeeGo support, as already broke MeeGo support with using QtQuick 2.0 this shouldn't be a problem to remove. Qt.labs.folderlistmodel : this annoying but I can understand that you do not want to support Qt.labs libraries, but I have a workaround for that too. QtGraphicalEffects: I can not understand why you do not support this library. Please add it to the allowed imports. Is there any workaround for this?
![]() | 6 | No.6 Revision |
Hello devs,
I finished my application and now want to put it in the harbour but I get the following errors when doing the RPM check: [http://pastebin.com/iXcXFTru]
Thats a lot. What confuses me is the files in /opt and the QML file related errors like QtGraphicalEffects 1.0 not allowed or even RemoteBox 1.0 allowed, which is a C++ I have written myself.
Is there any guide about this topic anywhere? [solved] see answer 1
Update: Now I came to the following results:
ERROR [/usr/share/harbour-qremotecontrol/qml/initMeego.qml] Import 'QtQuick 1.1' is not allowed
ERROR [/usr/share/harbour-qremotecontrol/qml/initMeego.qml] Import 'com.nokia.meego 1.0' is not allowed
ERROR [/usr/share/harbour-qremotecontrol/qml/SettingsPage.qml] Import 'Qt.labs.folderlistmodel 1.0' is not allowed
ERROR [/usr/share/harbour-qremotecontrol/qml/MyComponents/Button.qml] Import 'QtGraphicalEffects 1.0' is not allowed
ERROR [/usr/share/harbour-qremotecontrol/qml/JollaImage.qml] Import 'QtGraphicalEffects 1.0' is not allowed
Whereas the first two errors come from a file added for MeeGo support, as already broke MeeGo support with using QtQuick 2.0 this shouldn't be a problem to remove. Qt.labs.folderlistmodel : this annoying but I can understand that you do not want to support Qt.labs libraries, but I have a workaround for that too. QtGraphicalEffects: I can not understand why you do not support this library. Please add it to the allowed imports. Is there any workaround for this?