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:
Friedemann Kleint 2014-04-22 12:01:05 +02:00 committed by The Qt Project
parent aeb0d58782
commit 1cb0cd9e7a

View File

@ -21,4 +21,4 @@ HEADERS += \
OTHER_FILES += windows.json
LIBS += -lwinspool -lcomdlg32
LIBS += -lwinspool -lcomdlg32 -lgdi32 -luser32