remove redundant x11 handling
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>
This commit is contained in:
parent
d520c825f1
commit
9945763cab
@ -5,10 +5,3 @@ QT += opengl widgets testlib gui-private core-private
|
||||
|
||||
HEADERS += tst_qglthreads.h
|
||||
SOURCES += tst_qglthreads.cpp
|
||||
|
||||
x11 {
|
||||
LIBS += $$QMAKE_LIBS_X11
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -16,8 +16,4 @@ mac {
|
||||
OBJECTIVE_SOURCES += tst_qwidget_mac_helpers.mm
|
||||
}
|
||||
|
||||
x11 {
|
||||
LIBS += $$QMAKE_LIBS_X11
|
||||
}
|
||||
|
||||
win32:!winrt: LIBS += -luser32 -lgdi32
|
||||
|
@ -2,8 +2,3 @@ CONFIG += testcase
|
||||
TARGET = tst_qwidget_window
|
||||
QT += widgets testlib core-private gui-private
|
||||
SOURCES += tst_qwidget_window.cpp
|
||||
|
||||
x11 {
|
||||
LIBS += $$QMAKE_LIBS_X11
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user