forked from organicmaps/organicmaps-tmp
[yopme][desktop] added qtnetwork for linux buildsx
This commit is contained in:
parent
86d549b21a
commit
50b38a4ec3
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue