9945763cab
one of the effects of CONFIG+=x11 is LIBS+=$$QMAKE_LIBS_X11, so it's positively pointless for project files to do the same. Change-Id: I4085acd6254401897b34e131c2cb57f1f76a3638 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
5 lines
129 B
Prolog
5 lines
129 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qwidget_window
|
|
QT += widgets testlib core-private gui-private
|
|
SOURCES += tst_qwidget_window.cpp
|