Re: [Development] 'assistant' should goto qtdoc-module, and 'linguist' should move to qttranslations-module

2012-06-04 Thread Loaden
Which plugin? I am try to remove the qtquick1 depend, and find it's build fine. > diff --git a/qt.pro b/qt.pro > index 862e8a7..dcb1e5f 100644 > --- a/qt.pro > +++ b/qt.pro > @@ -42,7 +42,7 @@ module_qtwebkit_examples_and_demos.depends = > module_qtwebkit > > module_qttools.subdir = qttools > mo

Re: [Development] 'assistant' should goto qtdoc-module, and 'linguist' should move to qttranslations-module

2012-06-04 Thread Loaden
Good idea!! 2012/6/4 > so > what we should rather do is to move that plugin out of qttools and into > qtquick1. > -- Please don't ask where I come from, It's a shame! Best Regards Yuchen ___ Development mailing list Development@qt-project.org http:

Re: [Development] 'assistant' should goto qtdoc-module, and 'linguist' should move to qttranslations-module

2012-06-04 Thread lars.knoll
I think this is the doing things the wrong way round. There's exactly one small designer plugin depending on QtQuick1 (and pulling in qtscript), so what we should rather do is to move that plugin out of qttools and into qtquick1. That should reverse the dependency order and would be a lot more logi

[Development] 'assistant' should goto qtdoc-module, and 'linguist' should move to qttranslations-module

2012-06-03 Thread Loaden
For now the 'assistant' and 'linguist' are both placed in 'qttools' module. I think it's not a good idea. e.g. I just want use qtbase-module + qch docs from assistant. But now I have to build qtquick1, qtscript,...many depends. If we move 'assistant' from qttools to qtdoc, then the issue should g