mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-29 04:47:42 +00:00
Fix MEGAcmdUpdater debug build on Windows
This commit is contained in:
parent
151cd9a9bf
commit
2d34c682fb
@ -1,5 +1,3 @@
|
||||
include(../vcpkg_inclusion.pri)
|
||||
|
||||
CONFIG -= qt
|
||||
MEGASDK_BASE_PATH = $$PWD/../../../../sdk
|
||||
|
||||
@ -10,6 +8,7 @@ CONFIG(debug, debug|release) {
|
||||
CONFIG(release, debug|release) {
|
||||
CONFIG -= debug release
|
||||
CONFIG += release
|
||||
DEFINES += NDEBUG
|
||||
}
|
||||
|
||||
TARGET = MEGAcmdUpdater
|
||||
@ -18,6 +17,8 @@ TEMPLATE = app
|
||||
CONFIG += console
|
||||
}
|
||||
|
||||
include(../vcpkg_inclusion.pri)
|
||||
|
||||
HEADERS += ../../../../src/updater/UpdateTask.h \
|
||||
../../../../src/updater/Preferences.h \
|
||||
../../../../src/updater/MacUtils.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user