summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-03-22 11:28:33 +0000
committerakashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-03-22 11:28:33 +0000
commitf92afa887276f35437e36bdf01d2f8ae739ce89c (patch)
tree4224a5df23e579bc0d98b70c3b34d83407e7300c
parent1f9a670b3bd12f6b03b7c4fe1894fc6a3da0a62d (diff)
downloadnavit-svn-f92afa887276f35437e36bdf01d2f8ae739ce89c.tar.gz
Add:gui/qml:Added skins installtion via Makefiles
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/navit@3065 ffa7fe5e-494d-0410-b361-a75ebd5db220
-rw-r--r--gui/qml/Makefile.am6
-rw-r--r--gui/qml/skins/Makefile.am1
-rw-r--r--gui/qml/skins/navit/Makefile.am8
3 files changed, 15 insertions, 0 deletions
diff --git a/gui/qml/Makefile.am b/gui/qml/Makefile.am
index c0178d3f..060393e0 100644
--- a/gui/qml/Makefile.am
+++ b/gui/qml/Makefile.am
@@ -4,9 +4,15 @@ modulegui_LTLIBRARIES = libgui_qml.la
libgui_qml_la_SOURCES = gui_qml.moc gui_qml.cpp proxy.moc proxy.h ngqpoint.moc ngqpoint.h
libgui_qml_la_LDFLAGS = @QT_DECLARATIVE_LIBS@ @QT_GUI_LIBS@ -module -avoid-version
BUILT_SOURCES = gui_qml.moc proxy.moc ngqpoint.moc
+if GUI_QML
gui_qml.moc: gui_qml.cpp
@MOC@ $(srcdir)/gui_qml.cpp >gui_qml.moc || touch gui_qml.moc
proxy.moc: proxy.h
@MOC@ $(srcdir)/proxy.h >proxy.moc || touch proxy.moc
ngqpoint.moc: ngqpoint.h
@MOC@ $(srcdir)/ngqpoint.h >ngqpoint.moc || touch ngqpoint.moc
+distclean-local:
+ -$(RM) *.moc
+
+SUBDIRS=skins
+endif \ No newline at end of file
diff --git a/gui/qml/skins/Makefile.am b/gui/qml/skins/Makefile.am
new file mode 100644
index 00000000..9226d87d
--- /dev/null
+++ b/gui/qml/skins/Makefile.am
@@ -0,0 +1 @@
+SUBDIR=navit \ No newline at end of file
diff --git a/gui/qml/skins/navit/Makefile.am b/gui/qml/skins/navit/Makefile.am
new file mode 100644
index 00000000..58fe8071
--- /dev/null
+++ b/gui/qml/skins/navit/Makefile.am
@@ -0,0 +1,8 @@
+include $(top_srcdir)/Makefile.inc
+
+SKIN = navit
+
+qmldir=$(skinsdir)/$(SKIN)
+
+qml_DATA = ButtonIcon.qml Cellar.qml ListSelector.qml PageAbout.qml PageRoute.qml PageNavigation.qml PageSettings.qml PageSettingsDisplay.qml PageSettingsLocale.qml PageSettingsRules.qml PageSettingsTools.qml PageSettingsVehicle.qml Slider.qml ToggleSwitch.qml main.qml point.qml
+qml_DATA += background.svg knob.svg