d32f47b703
Fix style issues along the way. Change-Id: Ic6a6de28e198eb0b14c198b802e78845703909b9 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
9 lines
178 B
Prolog
9 lines
178 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qwindow
|
|
|
|
QT += core-private gui-private testlib
|
|
|
|
SOURCES += tst_qwindow.cpp
|
|
|
|
contains(QT_CONFIG,dynamicgl):win32:!wince:!winrt: LIBS += -luser32
|