2
0
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:
Diego Ximenez 2023-10-20 12:14:06 +02:00
parent 151cd9a9bf
commit 2d34c682fb
No known key found for this signature in database
GPG Key ID: 8AF794BDD5EF88FD

View File

@ -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