mirror of
https://github.com/meganz/MEGAcmd
synced 2025-09-02 23:05:07 +00:00
Fix MEGAcmdUpdater debug build on Windows
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user