amnezia-client/platform/post-uninstall/post-uninstall.pro
2021-01-17 13:11:39 +03:00

16 lines
328 B
Prolog

TARGET = post-uninstall
TEMPLATE = app
CONFIG += console qt
QT = core
SOURCES = \
main.cpp
#CONFIG(release, debug|release) {
# DESTDIR = $$PWD/../../../AmneziaVPN-build/post-uninstall/release
# MOC_DIR = $$DESTDIR
# OBJECTS_DIR = $$DESTDIR
# RCC_DIR = $$DESTDIR
#}
INCLUDEPATH += "$$PWD/../../client"