equal
deleted
inserted
replaced
42 HEADERS += themeselectionlist.h |
42 HEADERS += themeselectionlist.h |
43 SOURCES += themeselectionlist.cpp |
43 SOURCES += themeselectionlist.cpp |
44 SOURCES += themechangermain.cpp |
44 SOURCES += themechangermain.cpp |
45 |
45 |
46 symbian { |
46 symbian { |
|
47 TARGET.CAPABILITY += WriteDeviceData |
47 HEADERS += themeclientsymbian.h |
48 HEADERS += themeclientsymbian.h |
48 SOURCES += themeclientsymbian.cpp |
49 SOURCES += themeclientsymbian.cpp |
49 } |
50 } else { |
50 |
|
51 win32|linux-*|macx-* { |
|
52 HEADERS += themeclientqt.h |
51 HEADERS += themeclientqt.h |
53 SOURCES += themeclientqt.cpp |
52 SOURCES += themeclientqt.cpp |
54 } |
53 } |
55 |
54 |
56 # installation |
55 # installation |