2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-25 11:57:12 +00:00
2014-07-10 12:53:23 +04:00

18 lines
388 B
Prolog

TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG -= qt
SOURCES += ./SourceFiles/_other/updater_linux.cpp
CONFIG(debug, debug|release) {
DEFINES += _DEBUG
OBJECTS_DIR = ./../DebugIntermediateUpdater
DESTDIR = ./../Debug
}
CONFIG(release, debug|release) {
DEFINES += CUSTOM_API_ID
OBJECTS_DIR = ./../ReleaseIntermediateUpdater
DESTDIR = ./../Release
}