~happyaron/+junk/fcitx-qimpanel-configtool

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
#-------------------------------------------------
#
# Project created by QtCreator 2013-10-10T11:17:48
#
#-------------------------------------------------

ARCH      = x86

inst1.files += fcitx_ubuntukylin.png
inst1.path = /usr/share/pixmaps
inst2.files += fcitx-qimpanel-configtool.desktop
inst2.path = /usr/share/applications
inst3.files += po/fcitx_skin_zh_CN.qm
inst3.path = /usr/share/fcitx-qimpanel

target.source += $$TARGET
target.path = /usr/bin
INSTALLS += inst1 \
    inst2 \
    inst3 \
    target

QT       += core gui declarative

TARGET = fcitx-qimpanel-configtool

LIBS += -lfcitx-qt -lfcitx-config -lfcitx-utils

SOURCES += main.cpp \
    mainwindow.cpp \
    main_model.cpp \
    skin/skinbase.cpp \
    skin/skinfcitx.cpp \
    candidate_word.cpp \
    editingskindialog.cpp \
    passwarddialog.cpp


HEADERS += mainwindow.h \
    main_model.h \
    skin/skinbase.h \
    kimpanelagenttype.h \
    candidate_word.h \
    editingskindialog.h \
    skin/skinfcitx.h \
    passwarddialog.h



FORMS += mainwindow.ui \
    editingskindialog.ui \
    passwarddialog.ui

RESOURCES += \
    main.qrc

OTHER_FILES +=