Add installer
This commit is contained in:
parent
c9bc8aa8c1
commit
a2a5cafc5f
73 changed files with 4354 additions and 488 deletions
16
platform/post-uninstall/post-uninstall.pro
Normal file
16
platform/post-uninstall/post-uninstall.pro
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue