~nskaggs/ubuntu-filemanager-app/plugin-cmake-build

« back to all changes in this revision

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

  • Committer: nskaggs
  • Date: 2014-03-26 14:25:39 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20140326142539-tym4ip9b0z83ox2r
revert to r143 to merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SOURCES += $$PWD/dirmodel.cpp \
2
 
           $$PWD/iorequest.cpp \
3
 
           $$PWD/iorequestworker.cpp \
4
 
           $$PWD/ioworkerthread.cpp \
5
 
           $$PWD/filesystemaction.cpp \
6
 
           $$PWD/filecompare.cpp \
7
 
           $$PWD/externalfswatcher.cpp \
8
 
           $$PWD/clipboard.cpp \
9
 
           $$PWD/fmutil.cpp \
10
 
           $$PWD/dirselection.cpp \
11
 
           $$PWD/diriteminfo.cpp \
12
 
           $$PWD/trash/qtrashdir.cpp
13
 
 
14
 
 
15
 
HEADERS += $$PWD/dirmodel.h \
16
 
           $$PWD/iorequest.h \
17
 
           $$PWD/iorequestworker.h \
18
 
           $$PWD/ioworkerthread.h \
19
 
           $$PWD/filesystemaction.h \
20
 
           $$PWD/filecompare.h \
21
 
           $$PWD/externalfswatcher.h \
22
 
           $$PWD/clipboard.h \
23
 
           $$PWD/fmutil.h  \
24
 
           $$PWD/dirselection.h \          
25
 
           $$PWD/diritemabstractlistmodel.h \
26
 
           $$PWD/diriteminfo.h \
27
 
           $$PWD/trash/qtrashdir.h
28
 
 
29
 
 
30
 
INCLUDEPATH  += $$PWD $$PWD/trash
31
 
 
32
 
greaterThan(QT_MAJOR_VERSION, 4) {
33
 
   QT += qml
34
 
}
35
 
else {
36
 
    QT += declarative    
37
 
}
38
 
 
39
 
 
40
 
!contains (DEFINES, DO_NOT_USE_TAG_LIB) {
41
 
   LIBS += -ltag
42
 
   SOURCES += $$PWD/imageprovider.cpp 
43
 
   HEADERS += $$PWD/imageprovider.h 
44
 
}