Bind checked property to the corresponding setting value for CameraTextSwitch
[harmattan/cameraplus] / cameraplus.pri
1 contains(MEEGO_EDITION, "harmattan") {
2     message("Building for harmattan")
3     DEFINES += HARMATTAN
4     CONFIG += harmattan
5 } else {
6     # We will assume sailfish for now since it's the only platform I am familiar with
7     message("Building for sailfish")
8     DEFINES += SAILFISH
9     CONFIG += sailfish
10 }
11
12 equals(QT_MAJOR_VERSION, 4) {
13     CONFIG += qt4
14     DEFINES += QT4
15 }
16
17 equals(QT_MAJOR_VERSION, 5) {
18     CONFIG += qt5
19     DEFINES += QT5
20 }