~lubuntu-dev/lxde/liblxqt-mount

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Luís Pereira
  • Date: 2014-06-12 10:52:04 UTC
  • mto: This revision was merged to the branch mainline in revision 42.
  • Revision ID: git-v1:09b968dfd1434bfe6eae98496a1f1e38db8d471d
Changes files names

This change has in mind how to include the header using portable headers
way.

Signed-off-by: Luís Pereira <luis.artur.pereira@gmail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
)
26
26
 
27
27
set(lxqtmount_HDRS
28
 
    lxqtmount.h
29
 
    rzmountproviders.h
 
28
    mount.h
 
29
    providers.h
30
30
)
31
31
 
32
32
set(lxqtmount_SRCS
33
 
    lxqtmount.cpp
34
 
    rzmountproviders.cpp
35
 
    rzmountproviders_udisks2.cpp
 
33
    mount.cpp
 
34
    providers.cpp
 
35
    providers_udisks2.cpp
36
36
)
37
37
 
38
38
set(lxqtmount_MOCS
39
 
    lxqtmount.h
40
 
    rzmountproviders.h
 
39
    mount.h
 
40
    providers.h
41
41
)
42
42
 
43
43
QT4_WRAP_CPP(lxqtmount_MOCS ${lxqtmount_MOCS})