diff options
-rw-r--r-- | bitmask.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bitmask.pro b/bitmask.pro index 79d7f3b..6abb8d1 100644 --- a/bitmask.pro +++ b/bitmask.pro @@ -1,3 +1,6 @@ +# FIXME: this should be overwritten by build templates +TARGET=riseup-vpn + CONFIG += qt staticlib windows:CONFIG += console unix:DEBUG:CONFIG += debug @@ -33,8 +36,6 @@ lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5") QT += qml quick -TARGET=minivpn - SOURCES += \ gui/main.cpp \ gui/qjsonmodel.cpp \ |