[yopme][desktop] added qtnetwork for linux buildsx

This commit is contained in:
Darafei Praliaskouski 2013-09-11 16:19:33 +03:00 committed by Alex Zolotarev
parent 86d549b21a
commit 50b38a4ec3

View file

@ -11,10 +11,14 @@ DEPENDENCIES = map gui search storage indexer graphics platform anim geometry co
include($$ROOT_DIR/common.pri)
QT += core gui opengl
QT *= core gui opengl
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
win32*|linux* {
QT *= network
}
TARGET = yopme_desktop
TEMPLATE = app