Commit 9fe8f6fc authored by a b's avatar a b
Browse files

mac fix

parent 1bfa3559
...@@ -6,7 +6,7 @@ MOC_DIR = build ...@@ -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
unix { unix:!macx {
CONFIG += mobility CONFIG += mobility
MOBILITY = multimedia MOBILITY = multimedia
} else { } else {
......
...@@ -238,7 +238,7 @@ void PictureLoadingThread::run() ...@@ -238,7 +238,7 @@ void PictureLoadingThread::run()
pictureLoader->setPicsPath(picsPath); pictureLoader->setPicsPath(picsPath);
pictureLoader->setPicDownload(picDownload); pictureLoader->setPicDownload(picDownload);
usleep(10000); usleep(100000);
initWaitCondition.wakeAll(); initWaitCondition.wakeAll();
exec(); exec();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment