Moved JavaScript to its own file
[quandoparte] / application / application.pro
index c04525d..b555f7f 100644 (file)
@@ -72,12 +72,16 @@ SOURCES += \
     $$PLATFORM_SOURCES \
     main.cpp \
     stationlistmodel.cpp \
-    stationlistproxymodel.cpp
+    stationlistproxymodel.cpp \
+    settings.cpp \
+    dataprovider.cpp
 
 HEADERS += \
     $$PLATFORM_HEADERS \
     stationlistmodel.h \
-    stationlistproxymodel.h
+    stationlistproxymodel.h \
+    settings.h \
+    dataprovider.h
 
 FORMS += \
     settingsdialog.ui \
@@ -106,7 +110,11 @@ OTHER_FILES += \
     resources/stations/generateunclassifiedlist.xq \
     resources/harmattan/qml/main.qml \
     resources/harmattan/qml/StationListPage.qml \
-    resources/harmattan/qml/StationPage.qml
+    resources/harmattan/qml/StationPage.qml \
+    resources/harmattan/qml/SearchBar.qml \
+    resources/harmattan/qml/PageHeader.qml \
+    resources/harmattan/qml/uiconstants.js \
+    resources/harmattan/qml/StationListPage.js
 
 unix {
     isEmpty(PREFIX) {
@@ -166,7 +174,7 @@ unix:!symbian {
 }
 
 harmattan {
-    qml.files = resources/harmattan/qml/*.qml
+    qml.files = resources/harmattan/qml/*.qml resources/harmattan/qml/*.js
     qml.path = $$DATADIR/qml
     INSTALLS += qml
 }