mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-05 09:39:22 -08:00
mac fix
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user