~popey/ubuntu-filemanager-app/add-click-deps

« back to all changes in this revision

Viewing changes to src/plugin/folderlistmodel/folderlistmodel.pri

  • Committer: Tarmac
  • Author(s): carlos-mazieri
  • Date: 2015-08-22 15:57:06 UTC
  • mfrom: (430.5.3 samba-actions-12)
  • Revision ID: tarmac-20150822155706-ytx3y93et2lw3x9l
nherited Location classes now provide inherited LocationItemFile classes which will replace Qt QFile class in Actions.
DiskLocation provides DiskLocationItemFile and SmbLocation provides SmbLocationItemFile.

Approved by Ubuntu Phone Apps Jenkins Bot, Arto Jalkanen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
           $$PWD/locationsfactory.cpp \                    
15
15
           $$PWD/locationurl.cpp \             
16
16
           $$PWD/locationitemdiriterator.cpp \
17
 
           $$PWD/cleanurl.cpp \
18
 
           $$PWD/disk/disklocationitemdiriterator.cpp \         
19
 
 
 
17
           $$PWD/cleanurl.cpp \           
 
18
           $$PWD/locationitemfile.cpp \
20
19
 
21
20
 
22
21
HEADERS += $$PWD/dirmodel.h \
36
35
           $$PWD/locationsfactory.h \                   
37
36
           $$PWD/locationurl.h \          
38
37
           $$PWD/locationitemdiriterator.h \
39
 
           $$PWD/cleanurl.h \
 
38
           $$PWD/cleanurl.h \           
 
39
           $$PWD/locationitemfile.h \
 
40
 
 
41
 
 
42
SOURCES += $$PWD/disk/disklocation.cpp \
 
43
           $$PWD/disk/disklocationitemdiriterator.cpp \
 
44
           $$PWD/disk/disklocationitemfile.cpp
 
45
 
 
46
HEADERS += $$PWD/disk/disklocation.h \
40
47
           $$PWD/disk/disklocationitemdiriterator.h \
41
 
 
42
 
 
43
 
SOURCES +=  $$PWD/disk/disklocation.cpp
44
 
HEADERS +=  $$PWD/disk/disklocation.h
45
 
 
46
 
SOURCES +=  $$PWD/trash/qtrashdir.cpp $$PWD/trash/trashiteminfo.cpp  \
47
 
            $$PWD/trash/qtrashutilinfo.cpp $$PWD/trash/trashlocation.cpp
48
 
HEADERS +=  $$PWD/trash/qtrashdir.h       $$PWD/trash/trashiteminfo.h    \
49
 
            $$PWD/trash/qtrashutilinfo.h  $$PWD/trash/trashlocation.h
50
 
 
51
 
SOURCES +=  $$PWD/smb/smblocation.cpp $$PWD/smb/smblocationauthentication.cpp $$PWD/smb/smblistworker.cpp
52
 
HEADERS +=  $$PWD/smb/smblocation.h $$PWD/smb/smblocationauthentication.h $$PWD/smb/smblistworker.h
53
 
 
54
 
SOURCES +=  $$PWD/net/netutil.cpp $$PWD/net/netauthenticationdata.cpp
55
 
HEADERS +=  $$PWD/net/netutil.h $$PWD/net/netauthenticationdata.h
 
48
           $$PWD/disk/disklocationitemfile.h
 
49
 
 
50
 
 
51
SOURCES += $$PWD/trash/qtrashdir.cpp      \
 
52
           $$PWD/trash/trashiteminfo.cpp  \
 
53
           $$PWD/trash/qtrashutilinfo.cpp \
 
54
           $$PWD/trash/trashlocation.cpp
 
55
 
 
56
HEADERS += $$PWD/trash/qtrashdir.h        \
 
57
           $$PWD/trash/trashiteminfo.h    \
 
58
           $$PWD/trash/qtrashutilinfo.h   \
 
59
           $$PWD/trash/trashlocation.h
 
60
 
 
61
SOURCES += $$PWD/smb/smblocation.cpp      \
 
62
           $$PWD/smb/smblocationauthentication.cpp \
 
63
           $$PWD/smb/smblistworker.cpp
 
64
 
 
65
HEADERS += $$PWD/smb/smblocation.h        \
 
66
           $$PWD/smb/smblocationauthentication.h \
 
67
           $$PWD/smb/smblistworker.h
 
68
 
 
69
include ($$PWD/smb/qsambaclient/qsambaclient.pri)
 
70
 
 
71
SOURCES += $$PWD/net/netutil.cpp \
 
72
           $$PWD/net/netauthenticationdata.cpp
 
73
 
 
74
HEADERS += $$PWD/net/netutil.h  \
 
75
           $$PWD/net/netauthenticationdata.h
56
76
 
57
77
INCLUDEPATH  += $$PWD $$PWD/trash $$PWD/disk $$PWD/smb $$PWD/net
58
78
 
59
 
include ($$PWD/smb/qsambaclient/qsambaclient.pri)
60
79
 
61
80
greaterThan(QT_MAJOR_VERSION, 4) {
62
81
   QT += qml