df5db1dfb2
Task-number: QTBUG-40696 Change-Id: If80a5e9b96e2eb7e50e02eefbe6e54d0b028c144 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
9 lines
179 B
Prolog
9 lines
179 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
|