mirror of
https://github.com/outbackdingo/amnezia-client.git
synced 2026-01-28 02:18:08 +00:00
18 lines
448 B
Plaintext
18 lines
448 B
Plaintext
INCLUDEPATH+= $$PWD
|
|
DEPENDPATH += $$PWD
|
|
QT += core network
|
|
HEADERS += \
|
|
$$PWD/leakdetector.h \
|
|
$$PWD/windowsfirewall.h \
|
|
$$PWD/ipaddress.h \
|
|
$$PWD/windowscommons.h
|
|
|
|
SOURCES += \
|
|
$$PWD/leakdetector.cpp \
|
|
$$PWD/windowsfirewall.cpp \
|
|
$$PWD/ipaddress.cpp \
|
|
$$PWD/windowscommons.cpp
|
|
|
|
# TARGET = libkillswitch
|
|
|