Fixed build issue

This commit is contained in:
Alex Zolotarev 2011-10-27 11:00:28 +02:00 committed by Alex Zolotarev
parent 62e43a1e2c
commit a777402bab

View file

@ -22,7 +22,7 @@ macx* {
QT *= gui # needed for QApplication with event loop, to test async events (downloader, etc.)
LIBS *= "-framework Foundation" "-framework IOKit"
}
win32*:linux* {
win32*|linux* {
QT *= network
}