Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
9fe8f6fc
Commit
9fe8f6fc
authored
Oct 27, 2011
by
a b
Browse files
mac fix
parent
1bfa3559
Changes
2
Hide whitespace changes
Inline
Side-by-side
cockatrice/cockatrice.pro
View file @
9fe8f6fc
...
@@ -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
{
...
...
cockatrice/src/carddatabase.cpp
View file @
9fe8f6fc
...
@@ -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
(
10000
0
);
initWaitCondition
.
wakeAll
();
initWaitCondition
.
wakeAll
();
exec
();
exec
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment