~carlos-mazieri/ubuntu-filemanager-app/samba-actions-02

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): carlos-mazieri
  • Date: 2015-06-21 19:46:08 UTC
  • mfrom: (420.1.1 samba-browsing-11-new)
  • Revision ID: tarmac-20150621194608-6wa6ih0hin5el77t
It replaces https://code.launchpad.net/~carlos-mazieri/ubuntu-filemanager-app/samba-browsing-11 which has a problem on the merge.

Approved by Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
SOURCES +=   $$PWD/src/smbutil.cpp \           
3
 
             $$PWD/src/smbiteminfo.cpp \             
 
2
SOURCES +=   $$PWD/src/smbutil.cpp \
 
3
             $$PWD/src/smbusershare.cpp \
 
4
             $$PWD/src/smbiteminfo.cpp \
 
5
             $$PWD/src/smbplaces.cpp \
4
6
             $$PWD/src/smbobject.cpp \
5
7
             $$PWD/src/smblocationdiriterator.cpp
6
8
 
7
9
 
8
 
HEADERS +=   $$PWD/src/smbutil.h \            
9
 
             $$PWD/src/smbiteminfo.h \          
 
10
HEADERS +=   $$PWD/src/smbutil.h \
 
11
             $$PWD/src/smbusershare.h \
 
12
             $$PWD/src/smbiteminfo.h \
 
13
             $$PWD/src/smbplaces.h \
10
14
             $$PWD/src/smbobject.h \
11
15
             $$PWD/src/smblocationdiriterator.h
12
16