fixed a deadlock (updated r2)

This commit is contained in:
mrexodia 2017-06-04 16:54:33 +02:00
parent 2e4c088eab
commit e7f6cdcd8a
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
3 changed files with 5 additions and 2 deletions

@ -1 +1 @@
Subproject commit 52152c9d53884415d4272e85e316858844adf0c8
Subproject commit 64e45d58283055cb74bdb145093cc565710ae7c7

@ -1 +1 @@
Subproject commit e16e42568b6f8a4aac48b99d32a91c2a6cee0025
Subproject commit 3fd5112d957ba25ad73f2662bc85f3e18c1b93f0

View File

@ -5,6 +5,9 @@ TARGET = iaito
# The application version
win32 {
VERSION = 1.0
# Generate debug symbols in release mode
QMAKE_CXXFLAGS_RELEASE += -Zi # Compiler
QMAKE_LFLAGS_RELEASE += /DEBUG # Linker
} else {
VERSION = 1.0-dev
}