Make more components harmattan specific
authorMohammed Sameer <msameer@foolab.org>
Wed, 31 Jul 2013 17:45:01 +0000 (20:45 +0300)
committerMohammed Sameer <msameer@foolab.org>
Wed, 31 Jul 2013 17:45:01 +0000 (20:45 +0300)
16 files changed:
src/harmattan/batteryinfo.cpp [moved from src/batteryinfo.cpp with 100% similarity]
src/harmattan/batteryinfo.h [moved from src/batteryinfo.h with 100% similarity]
src/harmattan/compass.cpp [moved from src/compass.cpp with 100% similarity]
src/harmattan/compass.h [moved from src/compass.h with 100% similarity]
src/harmattan/devicekeys.cpp [moved from src/devicekeys.cpp with 100% similarity]
src/harmattan/devicekeys.h [moved from src/devicekeys.h with 100% similarity]
src/harmattan/displaystate.cpp [moved from src/displaystate.cpp with 100% similarity]
src/harmattan/displaystate.h [moved from src/displaystate.h with 100% similarity]
src/harmattan/fsmonitor.cpp [moved from src/fsmonitor.cpp with 100% similarity]
src/harmattan/fsmonitor.h [moved from src/fsmonitor.h with 100% similarity]
src/harmattan/harmattan.pri
src/harmattan/mountprotector.cpp [moved from src/mountprotector.cpp with 100% similarity]
src/harmattan/mountprotector.h [moved from src/mountprotector.h with 100% similarity]
src/harmattan/orientation.cpp [moved from src/orientation.cpp with 100% similarity]
src/harmattan/orientation.h [moved from src/orientation.h with 100% similarity]
src/src.pro

similarity index 100%
rename from src/compass.cpp
rename to src/harmattan/compass.cpp
similarity index 100%
rename from src/compass.h
rename to src/harmattan/compass.h
similarity index 100%
rename from src/devicekeys.h
rename to src/harmattan/devicekeys.h
similarity index 100%
rename from src/fsmonitor.h
rename to src/harmattan/fsmonitor.h
index 03f9fb5..36ac51c 100644 (file)
@@ -3,5 +3,10 @@ INCLUDEPATH += harmattan .
 
 PKGCONFIG += quill contextsubscriber-1.0 QtLocation QtSystemInfo
 
-HEADERS += quillitem.h soundvolumecontrol.h deviceinfo.h geocode.h
-SOURCES += quillitem.cpp soundvolumecontrol.cpp deviceinfo.cpp geocode.cpp
+HEADERS += quillitem.h soundvolumecontrol.h deviceinfo.h geocode.h \
+          mountprotector.h batteryinfo.h compass.h devicekeys.h \
+          displaystate.h fsmonitor.h orientation.h
+
+SOURCES += quillitem.cpp soundvolumecontrol.cpp deviceinfo.cpp geocode.cpp \
+          mountprotector.cpp batteryinfo.cpp compass.cpp devicekeys.cpp \
+          displaystate.cpp fsmonitor.cpp orientation.cpp
index 76bd49e..94748b0 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