Re: [Development] Conditionally use xcb (or Xlib) in tst_qwindow.cpp?

2017-01-25 Thread Thiago Macieira
Em quarta-feira, 25 de janeiro de 2017, às 17:47:15 PST, Thomas Søndergaard escreveu: > Hi, > > I can see there is code in tests that depending on e.g. Q_OS_WIN32 and > Q_OS_UNIX conditionally includes, for the platform, universally available > headers like . I would like to add a unit test that

[Development] Conditionally use xcb (or Xlib) in tst_qwindow.cpp?

2017-01-25 Thread Thomas Søndergaard
Hi, I can see there is code in tests that depending on e.g. Q_OS_WIN32 and Q_OS_UNIX conditionally includes, for the platform, universally available headers like . I would like to add a unit test that requires checking state on the native window behind QWindow. Doing this on windows with Q_OS_WIN3