1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

Link to libX11 explicitly to prevent underlinking

This commit is contained in:
Alec Moskvin 2012-09-20 20:11:50 -04:00
parent f3f1c46521
commit 4b2081ef5b

View File

@ -401,6 +401,8 @@ RESOURCES += \
target.path = $$library_folder
INSTALLS += target
LIBS += -lX11
}
message(===========================================)