Set application name correctly, mac version now executes helper on startup if needed.

This commit is contained in:
Adam Ierymenko 2013-11-20 12:19:37 -05:00
commit 14b0639181
2 changed files with 23 additions and 10 deletions

View file

@ -8,7 +8,7 @@ QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = ZeroTierUI
TARGET = "ZeroTier One"
TEMPLATE = app
# ZeroTier One must be built before building this, since it links in the
@ -25,7 +25,7 @@ HEADERS += mainwindow.h \
aboutwindow.h \
../node/Node.hpp \
../node/Utils.hpp \
../node/Defaults.hpp
../node/Defaults.hpp
FORMS += mainwindow.ui \
network.ui \