-
Notifications
You must be signed in to change notification settings - Fork 3
/
CocoaMento.pro
50 lines (43 loc) · 913 Bytes
/
CocoaMento.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#-------------------------------------------------
#
# Project created by QtCreator 2011-03-29T16:22:30
#
#-------------------------------------------------
QT += core gui network
CONFIG += qthread
TARGET = CocoaMento
TEMPLATE = app
LIBS += -framework Cocoa \
-framework Security \
-framework Growl
SOURCES += main.cpp\
statusicon.mm \
menuitem.mm \
cocoamenuitemvirtual.mm \
qtport.cpp \
cocoaappinitlizer.mm \
menuviewitem.mm\
menu.mm \
configview.cpp \
mento.cpp \
accountform.cpp \
mentothread.cpp \
guite.cpp
HEADERS += \
statusicon.h \
menuitem.h \
cocoamenuitemvirtual.h \
qtport.h \
cocoaappinitlizer.h \
menuviewitem.h \
menu.h \
configview.h \
mento.h \
accountform.h \
mentothread.h \
guite.h \
FORMS += \
configview.ui \
accountform.ui \
guite.ui
RESOURCES +=