9 lines
161 B
Prolog
9 lines
161 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qwindow
|
|
|
|
QT += core-private gui-private testlib
|
|
|
|
SOURCES += tst_qwindow.cpp
|
|
|
|
qtConfig(dynamicgl):win32:!winrt: LIBS += -luser32
|