mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Add icons and custom Mac plist to Qt project.
This commit is contained in:
parent
4296db2358
commit
74af234305
5 changed files with 27 additions and 10 deletions
|
@ -1,16 +1,12 @@
|
|||
#-------------------------------------------------
|
||||
#
|
||||
# Project created by QtCreator 2013-11-13T15:03:09
|
||||
#
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += core gui
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
QT += core gui widgets
|
||||
TARGET = "ZeroTier One"
|
||||
TEMPLATE = app
|
||||
|
||||
win32:RC_FILE = ZeroTierUI.rc
|
||||
mac:ICON = zt1icon.icns
|
||||
mac:QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6
|
||||
mac:QMAKE_INFO_PLIST = Info.plist
|
||||
|
||||
# ZeroTier One must be built before building this, since it links in the
|
||||
# client code and some stuff from Utils to talk to the running service.
|
||||
LIBS += ../node/*.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue