Re: [SailfishDevel] Harbour and QML import

2015-01-19 Thread Michele Tameni
Thankyou all! Read, Fixed, Resubmitted. Michele 2015-01-19 11:34 GMT+01:00 Reto Zingg : > Hi, > > > On 19.01.2015 12:16, Michele Tameni wrote: > >> Hi all, >> I just got an app rejected in the harbour as i have in some QML the >> following line: >> >> >> import it.mupp.core 1.0 >> >> >> where i

Re: [SailfishDevel] Harbour and QML import

2015-01-19 Thread Reto Zingg
Hi, On 19.01.2015 12:16, Michele Tameni wrote: Hi all, I just got an app rejected in the harbour as i have in some QML the following line: import it.mupp.core 1.0 where i registered the type as follow in c++ side. qmlRegisterType("it.mupp.core", 1, 0, "DownloadManager"); Now, I'm not usin

Re: [SailfishDevel] Harbour and QML import

2015-01-19 Thread Kimmo Lindholm
..and use rpm pre-validation tool in SDK tools, either through QtCreator (left toolbar SailfishOs (or Ctrl-5)), or accessing them with external browser at address http://127.0.0.1:8080 -kimmo just rename your extension import to harbour.it.mupp.core and read https://harbour.jolla.com/faq 19.

Re: [SailfishDevel] Harbour and QML import

2015-01-19 Thread Tone Kastlunger
Is the plugin placed in the expected location? Maybe the pkg validation tool can give you more informatio. best, tortoisedoc On Mon, Jan 19, 2015 at 12:16 PM, Michele Tameni wrote: > Hi all, > I just got an app rejected in the harbour as i have in some QML the > following line: > > > import it

Re: [SailfishDevel] Harbour and QML import

2015-01-19 Thread Andrey Kozhevnikov
just rename your extension import to harbour.it.mupp.core and read https://harbour.jolla.com/faq 19.01.2015 15:16, Michele Tameni пишет: Hi all, I just got an app rejected in the harbour as i have in some QML the following line: import it.mupp.core 1.0 where i registered the type as foll

[SailfishDevel] Harbour and QML import

2015-01-19 Thread Michele Tameni
Hi all, I just got an app rejected in the harbour as i have in some QML the following line: import it.mupp.core 1.0 where i registered the type as follow in c++ side. qmlRegisterType("it.mupp.core", 1, 0, "DownloadManager"); Now, I'm not using any not allowed lib, but just trying to use my o