Compare commits
No commits in common. "a49a0407b7919626849cd808f3d96e73706e196a" and "3f3f40ccc2d3800103b0df07f1f6a60ded5f352f" have entirely different histories.
a49a0407b7
...
3f3f40ccc2
@ -17,7 +17,9 @@ CONFIG += sailfishapp
|
||||
SOURCES += src/harbour-allradio.cpp
|
||||
|
||||
DISTFILES += qml/harbour-allradio.qml \
|
||||
../../Programmering/harbour-labyrinth/qml/pages/About.qml \
|
||||
qml/cover/CoverPage.qml \
|
||||
qml/helpers/dummy.qml \
|
||||
qml/items/HeaderButton.qml \
|
||||
qml/items/SleepTimer.qml \
|
||||
qml/pages/AboutPage.qml \
|
||||
@ -29,7 +31,10 @@ DISTFILES += qml/harbour-allradio.qml \
|
||||
qml/pages/SecondPage.qml \
|
||||
qml/pages/SettingsPage.qml \
|
||||
qml/pages/TagListPage.qml \
|
||||
rpm/harbour-allradio.changes.in \
|
||||
rpm/harbour-allradio.changes.run.in \
|
||||
rpm/harbour-allradio.spec \
|
||||
rpm/harbour-allradio.yaml \
|
||||
translations/*.ts \
|
||||
harbour-allradio.desktop
|
||||
|
||||
|
5
qml/helpers/dummy.qml
Normal file
5
qml/helpers/dummy.qml
Normal file
@ -0,0 +1,5 @@
|
||||
import QtQuick 2.0
|
||||
|
||||
Item {
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user