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

2012-04-02 Thread Loaden
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 %%

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

2012-04-02 Thread 1+1=2
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 : > I don't know where to report bug about qtwayland. > Any commens? > >> >> main.cpp >> .\main.cpp(41) : fatal

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

2012-04-02 Thread Loaden
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