Printer support needs user32.lib and gdi32.lib on Windows
Task-number: QTBUG-28765 Change-Id: Ia43076e07adee38dfe20f8d25eb223bb6ea6ef51 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
d4f4ee4e03
commit
b67a98afc8
@ -24,7 +24,7 @@ win32 {
|
|||||||
$$PWD/qprintengine_win_p.h
|
$$PWD/qprintengine_win_p.h
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
$$PWD/qprintengine_win.cpp
|
$$PWD/qprintengine_win.cpp
|
||||||
LIBS += -lwinspool -lcomdlg32
|
LIBS += -lwinspool -lcomdlg32 -lgdi32 -luser32
|
||||||
}
|
}
|
||||||
|
|
||||||
unix:!mac:contains(QT_CONFIG, cups): {
|
unix:!mac:contains(QT_CONFIG, cups): {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user