-
Notifications
You must be signed in to change notification settings - Fork 0
/
SugarCRM.pro
75 lines (75 loc) · 1.71 KB
/
SugarCRM.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
# -------------------------------------------------
# Project created by QtCreator 2010-01-14T17:49:12
# -------------------------------------------------
include(qtsoap/src/qtsoap.pri)
QT += webkit
RC_FILE = app.rc
TARGET = SugarCRM
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
sugarcrmsoap.cpp \
logindialog.cpp \
sugarcrm.cpp \
dockwidget.cpp \
loadingdialog.cpp \
accountmodel.cpp \
account.cpp \
accountproxymodel.cpp \
sugarsettings.cpp \
accountdetail.cpp \
note.cpp \
notesmodel.cpp \
createnotedialog.cpp \
settingsdialog.cpp \
cookiejar.cpp \
contact.cpp \
abstractitem.cpp \
contactmodel.cpp \
contactdetail.cpp \
abstractitemdetail.cpp \
searchfield.cpp \
accountlist.cpp \
abstractitemlist.cpp \
contactlist.cpp \
contactproxymodel.cpp \
browserwidget.cpp
HEADERS += mainwindow.h \
sugarcrmsoap.h \
logindialog.h \
sugarcrm.h \
dockwidget.h \
loadingdialog.h \
accountmodel.h \
account.h \
accountproxymodel.h \
sugarsettings.h \
accountdetail.h \
note.h \
notesmodel.h \
createnotedialog.h \
settingsdialog.h \
cookiejar.h \
contact.h \
abstractitem.h \
contactmodel.h \
contactdetail.h \
abstractitemdetail.h \
searchfield.h \
accountlist.h \
abstractitemlist.h \
contactlist.h \
contactproxymodel.h \
browserwidget.h
FORMS += mainwindow.ui
RESOURCES += app.qrc
OTHER_FILES += SugarCrm.qml \
style.css \
content/AccountView.qml \
content/AuthView.qml \
content/TestListModel.qml \
content/PropertyEdit.qml \
content/Button.qml \
content/SearchField.qml
CODECFORTR = UTF-8
CODECFORSRC = UTF-8