Oh, Thanks! I am just use a bat file to loop the examples and build it.
Like this:

> :examples
> call :time & echo. & echo 正在编译示例...
> for /d %%i in (.\*) do (
>     for /d %%j in (%%i\*) do (
>         set t=%%j
>         set t=!t:~-9!
>         if "!t!" == "\examples" (
>             if exist %%j\examples.pro (
>                 cmd /C "cd %%j && qmake CONFIG-=build_all CONFIG+=release
> && nmake -nologo >>..\..\build.log 2>&1"
>                 if errorlevel 1 goto :EOF
>             )
>         )
>     )
> )
> call :installExamples
> goto :EOF



2012/4/3 1+1=2 <dbzhang...@gmail.com>

> Hi,
>
> You can not compile it under Windows.
>
> What you need is a modern linux which using wayland display server
> protocol instead of the old X11 protocol.
>
> Regards,
>
> Debao
>
> 2012/4/2 Loaden <loa...@gmail.com>:
>  > I don't know where to report bug about qtwayland.
> > Any commens?
> >
> >>
> >> main.cpp
> >> .\main.cpp(41) : fatal error C1083: Cannot open include file:
> >> 'waylandcompositor.h': No such file or directory
> >> textureblitter.cpp
> >> NMAKE : fatal error U1077: 'D:\qpSOFT\DEVx86\bin\cl.EXE' : return code
> >> '0x2'
> >> Stop.
> >> NMAKE : fatal error U1077: 'D:\qpSOFT\DEVx86\bin\nmake.exe' : return
> code
> >> '0x2'
> >> Stop.
> >> NMAKE : fatal error U1077: 'cd' : return code '0x2'
> >> Stop.
> >
> >
> > --
> > Regards
> > Loaden
> >
> >
> > _______________________________________________
> > Development mailing list
> > Development@qt-project.org
> > http://lists.qt-project.org/mailman/listinfo/development
> >
>



-- 
Regards
Loaden
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to