Re: [Development] Building a QtAddon from git

2013-08-10 Thread Laszlo Papp
On Sat, Aug 10, 2013 at 11:00 PM, Christian Gagneraud wrote: > On 08/10/2013 01:45 PM, Thiago Macieira wrote: > > On sexta-feira, 9 de agosto de 2013 21:37:24, Chris Craig wrote: > >> I am not sure what the correct value should be for a playground module > that > >> is more or less stagnant should

Re: [Development] Building a QtAddon from git

2013-08-09 Thread Laszlo Papp
diff --git a/src/logger/logger.pro b/src/logger/logger.pro index 4dc96b9..d257ae5 100644 --- a/src/logger/logger.pro +++ b/src/logger/logger.pro @@ -1,6 +1,6 @@ -load(qt_module) TARGET = QtLogger +load(qt_module) QPRO_PWD = $PWD CONFIG += module MODULE_PRI = ../../modules/qt_logger.pri On S

Re: [Development] Building a QtAddon from git

2013-08-09 Thread Thiago Macieira
On sexta-feira, 9 de agosto de 2013 21:37:24, Chris Craig wrote: > I am not sure what the correct value should be for a playground module that > is more or less stagnant should be. Does it need to get bumped with each > release like the official modules? Perhaps Sergio, Ossi, or somebody else > w

Re: [Development] Building a QtAddon from git

2013-08-09 Thread Chris Craig
Hate to reply to myself, but I made a typo. Add that line to .qmake.conf, not .qmake.cache. Chris On Fri, Aug 9, 2013 at 9:37 PM, Chris Craig wrote: > Sigh. I haven't tried building qtjsonstream with 5.1 yet. It looks like > a MODULE_VERSION is now required in .qmake.conf. Try adding someth

Re: [Development] Building a QtAddon from git

2013-08-09 Thread Chris Craig
Sigh. I haven't tried building qtjsonstream with 5.1 yet. It looks like a MODULE_VERSION is now required in .qmake.conf. Try adding something like: MODULE_VERSION = 5.1.1 to .qmake.cache I am not sure what the correct value should be for a playground module that is more or less stagnant shoul