-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathonlineServicesPlugin.pro
50 lines (49 loc) · 1.3 KB
/
onlineServicesPlugin.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
# #####################################################################
# Automatically generated by qmake (2.01a) Sat Jul 10 12:41:16 2010
# #####################################################################
QT += network
QT += xml
QT += maemo5
TEMPLATE = lib
CONFIG += plugin
TARGET = OnlineServicesPlugin
target.path = /usr/lib/freoffice/
INSTALLS += target
DEPENDPATH += .
INCLUDEPATH += . \
/usr/local/include/office \
/usr/include/office
LIBS += -lcrypto
# Input
HEADERS += googlecontenthandler.h \
googledocument.h \
googledocumentlist.h \
googledocumentservice.h \
googlelistdialog.h \
googleuploaddialog.h \
loginwindow.h \
mimetypes.h \
onlineservicesplugin.h \
slideshare.h \
slideshareDocument.h \
slidesharelistdialog.h \
slideshareuploaddialog.h \
encryptsupport.h \
passphrasedialog.h
FORMS += authenticationdialog.ui \
filelistdialog.ui \
uploaddialog.ui
SOURCES += googlecontenthandler.cpp \
googledocument.cpp \
googledocumentlist.cpp \
googledocumentservice.cpp \
googlelistdialog.cpp \
googleuploaddialog.cpp \
loginwindow.cpp \
mimetypes.cpp \
onlineservicesplugin.cpp \
slideshare.cpp \
slidesharelistdialog.cpp \
slideshareuploaddialog.cpp \
encryptsupport.cpp \
passphrasedialog.cpp