fixed QtSecret release buils
Signed-off-by: dorian <dorian@itsblue.de>
This commit is contained in:
parent
fdd8313562
commit
80c5ea0dd1
3 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
||||||
|
|
||||||
#DEPENDS
|
#DEPENDS
|
||||||
CONFIG(release, debug|release): {
|
CONFIG(release, debug|release): {
|
||||||
DESTDIR="$$PWD/../build/release"
|
DESTDIR="$$PWD/build/release"
|
||||||
} else {
|
} else {
|
||||||
DESTDIR="$$PWD/../build/debug"
|
DESTDIR="$$PWD/build/debug"
|
||||||
}
|
}
|
||||||
|
|
||||||
include($$PWD/GMP/GMP.pri)
|
include($$PWD/GMP/GMP.pri)
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Reference in a new issue