mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-24 07:09:19 -05:00
mac fix
This commit is contained in:
parent
1bfa355974
commit
9fe8f6fc03
|
|
@ -6,7 +6,7 @@ MOC_DIR = build
|
|||
OBJECTS_DIR = build
|
||||
RESOURCES = cockatrice.qrc
|
||||
QT += network script svg
|
||||
unix {
|
||||
unix:!macx {
|
||||
CONFIG += mobility
|
||||
MOBILITY = multimedia
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -238,7 +238,7 @@ void PictureLoadingThread::run()
|
|||
pictureLoader->setPicsPath(picsPath);
|
||||
pictureLoader->setPicDownload(picDownload);
|
||||
|
||||
usleep(10000);
|
||||
usleep(100000);
|
||||
initWaitCondition.wakeAll();
|
||||
|
||||
exec();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user