mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 12:03:55 -07:00
linux compile fix
This commit is contained in:
parent
50e85496fa
commit
683c57bb88
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ MOC_DIR = build
|
||||||
OBJECTS_DIR = build
|
OBJECTS_DIR = build
|
||||||
RESOURCES = cockatrice.qrc
|
RESOURCES = cockatrice.qrc
|
||||||
QT += network script svg
|
QT += network script svg
|
||||||
linux-g++ {
|
unix {
|
||||||
CONFIG += mobility
|
CONFIG += mobility
|
||||||
MOBILITY = multimedia
|
MOBILITY = multimedia
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue