[Development] qtwayland: Project MESSAGE: Warning: unknown QT module: compositor

Loaden loaden at gmail.com
Tue Apr 3 05:38:49 CEST 2012


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 <dbzhang800 at 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 <loaden at 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 at qt-project.org
> > http://lists.qt-project.org/mailman/listinfo/development
> >
>



-- 
Regards
Loaden
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120403/c2da5954/attachment.html>


More information about the Development mailing list