forked from Raffarti/Touchegg-gce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
touchegg-gce.pro
54 lines (46 loc) · 944 Bytes
/
touchegg-gce.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
#-------------------------------------------------
#
# Project created by QtCreator 2012-09-22T01:24:22
#
#-------------------------------------------------
QT += core gui
TARGET = touchegg-gce
TEMPLATE = app
LIBS += -lX11
SOURCES += main.cpp\
gui.cpp \
parser.cpp \
button.cpp \
lists.cpp \
editdialog.cpp \
memory.cpp \
sendkeys.cpp \
keylineedit.cpp \
keylinguist.cpp \
scribe.cpp \
newgroupdialog.cpp \
langselector.cpp
HEADERS += gui.h \
parser.h \
general.h \
button.h \
lists.h \
editdialog.h \
memory.h \
sendkeys.h \
keylineedit.h \
keylinguist.h \
scribe.h \
newgroupdialog.h \
langselector.h
FORMS += gui.ui \
button.ui \
editdialog.ui \
sendkeys.ui \
newgroupdialog.ui
OTHER_FILES += \
default.conf \
Changelog \
README
TRANSLATIONS = Dictionaries/it.ts \
Dictionaries/en.ts