Windows printer support: Fix linking problem when built with -no-opengl .
Add missing libraries that were otherwise pulled in by opengl.prf. Task-number: QTBUG-38431 Change-Id: I1705d432088a47b5a202595e818e9efcd5f6a4cf Reviewed-by: Andy Shaw <andy.shaw@digia.com>
This commit is contained in:
parent
aeb0d58782
commit
1cb0cd9e7a
@ -21,4 +21,4 @@ HEADERS += \
|
||||
|
||||
OTHER_FILES += windows.json
|
||||
|
||||
LIBS += -lwinspool -lcomdlg32
|
||||
LIBS += -lwinspool -lcomdlg32 -lgdi32 -luser32
|
||||
|
Loading…
Reference in New Issue
Block a user