mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
17 lines
322 B
Prolog
17 lines
322 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"
|