-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathonering.pro
96 lines (86 loc) · 1.94 KB
/
onering.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
######################################################################
# Automatically generated by qmake (2.01a) Thu Aug 19 21:40:02 2010
######################################################################
TEMPLATE = lib
TARGET = OneRing
DEPENDPATH += . include src
INCLUDEPATH += . include
QT += webkit network
RESOURCES = onering.qrc
CONFIG += shared
DEFINES += ONERING_LIBRARY
VERSION = 1
macx {
CONFIG += lib_bundle
FRAMEWORK_HEADERS.version = Versions
FRAMEWORK_HEADERS.files = include/onering.h
FRAMEWORK_HEADERS.path = Headers
QMAKE_BUNDLE_DATA += FRAMEWORK_HEADERS
QMAKE_FRAMEWORK_BUNDLE_NAME = OneRing
QMAKE_FRAMEWORK_VERSION = $$VERSION
}
!release {
DEFINES += DEBUG
}
# Input
HEADERS += \
include/onering.h \
src/app.h \
src/application.h \
src/appreply.h \
src/dataloader.h \
src/debugger.h \
src/jsapi.h \
src/json.h \
src/menu.h \
src/networkaccessmanager.h \
src/oneringapp.h \
src/oneringview.h \
src/publishevent.h \
src/pubsubhub.h \
src/systemtrayicon.h
SOURCES += \
src/app.cpp \
src/application.cpp \
src/appreply.cpp \
src/dataloader.cpp \
src/debugger.cpp \
src/jsapi.cpp \
src/json.cpp \
src/menu.cpp \
src/networkaccessmanager.cpp \
src/onering.cpp \
src/oneringapp.cpp \
src/oneringview.cpp \
src/publishevent.cpp \
src/pubsubhub.cpp \
src/systemtrayicon.cpp
# global shourtcut
HEADERS += \
src/hotkey.h \
src/qxtglobalshortcut.h \
src/qxtglobal.h \
src/qxtglobalshortcut_p.h
SOURCES += \
src/hotkey.cpp \
src/qxtglobalshortcut.cpp
macx:SOURCES += src/qxtglobalshortcut_mac.cpp
win32:SOURCES += src/qxtglobalshortcut_win.cpp
unix:!macx:SOURCES += src/qxtglobalshortcut_x11.cpp
macx:LIBS += -framework Carbon
win32 {
win32-g++:LIBS += -l user32
!win32-g++:LIBS += user32.lib
}
# end of global shortcut
# dock icon click
macx {
HEADERS += \
src/cocoainit.h \
src/dockiconclick.h
OBJECTIVE_SOURCES += \
src/cocoainit.mm \
src/dockiconclick.mm
LIBS += -framework AppKit
}
# end dock icon click