Renamed src/nemo to src/sailfish
[harmattan/cameraplus] / src / src.pro
index 76bd49e..601da44 100644 (file)
@@ -17,17 +17,16 @@ qt5 {
     PKGCONFIG += Qt5Sparql qmsystem2-qt5 libresourceqt5 qdeclarative5-boostable
 }
 
-SOURCES += main.cpp settings.cpp filenaming.cpp displaystate.cpp fsmonitor.cpp \
-           cameraresources.cpp compass.cpp orientation.cpp mountprotector.cpp \
-           trackerstore.cpp focusrectangle.cpp sharehelper.cpp deletehelper.cpp galleryhelper.cpp \
-           postcapturemodel.cpp batteryinfo.cpp gridlines.cpp devicekeys.cpp \
-           platformsettings.cpp dbusservice.cpp
-
-HEADERS += settings.h filenaming.h displaystate.h fsmonitor.h \
-           cameraresources.h compass.h orientation.h mountprotector.h \
-           trackerstore.h focusrectangle.h sharehelper.h deletehelper.h galleryhelper.h \
-           postcapturemodel.h batteryinfo.h gridlines.h devicekeys.h \
-           platformsettings.h dbusservice.h
+SOURCES += main.cpp \
+           settings.cpp filenaming.cpp cameraresources.cpp \
+           trackerstore.cpp focusrectangle.cpp sharehelper.cpp \
+           deletehelper.cpp galleryhelper.cpp postcapturemodel.cpp \
+           gridlines.cpp platformsettings.cpp dbusservice.cpp
+
+HEADERS += settings.h filenaming.h cameraresources.h \
+           trackerstore.h focusrectangle.h sharehelper.h \
+           deletehelper.h galleryhelper.h postcapturemodel.h \
+           gridlines.h platformsettings.h dbusservice.h
 
 RESOURCES += ../qml/qml.qrc
 
@@ -42,9 +41,9 @@ harmattan {
     RESOURCES += ../qml/harmattan/harmattan.qrc
 }
 
-nemo {
-    include(nemo/nemo.pri)
-    RESOURCES += ../qml/harmattan/harmattan.qrc
+sailfish {
+    include(sailfish/sailfish.pri)
+    RESOURCES += ../qml/sailfish/sailfish.qrc
 }
 
 qt4 {