Compare commits

..

No commits in common. "a49a0407b7919626849cd808f3d96e73706e196a" and "3f3f40ccc2d3800103b0df07f1f6a60ded5f352f" have entirely different histories.

2 changed files with 10 additions and 0 deletions

View File

@ -17,7 +17,9 @@ CONFIG += sailfishapp
SOURCES += src/harbour-allradio.cpp SOURCES += src/harbour-allradio.cpp
DISTFILES += qml/harbour-allradio.qml \ DISTFILES += qml/harbour-allradio.qml \
../../Programmering/harbour-labyrinth/qml/pages/About.qml \
qml/cover/CoverPage.qml \ qml/cover/CoverPage.qml \
qml/helpers/dummy.qml \
qml/items/HeaderButton.qml \ qml/items/HeaderButton.qml \
qml/items/SleepTimer.qml \ qml/items/SleepTimer.qml \
qml/pages/AboutPage.qml \ qml/pages/AboutPage.qml \
@ -29,7 +31,10 @@ DISTFILES += qml/harbour-allradio.qml \
qml/pages/SecondPage.qml \ qml/pages/SecondPage.qml \
qml/pages/SettingsPage.qml \ qml/pages/SettingsPage.qml \
qml/pages/TagListPage.qml \ qml/pages/TagListPage.qml \
rpm/harbour-allradio.changes.in \
rpm/harbour-allradio.changes.run.in \
rpm/harbour-allradio.spec \ rpm/harbour-allradio.spec \
rpm/harbour-allradio.yaml \
translations/*.ts \ translations/*.ts \
harbour-allradio.desktop harbour-allradio.desktop

5
qml/helpers/dummy.qml Normal file
View File

@ -0,0 +1,5 @@
import QtQuick 2.0
Item {
}