places.qrc Example File

places/places.qrc
<RCC>
    <qresource prefix="/">
        <file>places.qml</file>
        <file>helper.js</file>
        <file>items/MainMenu.qml</file>
        <file>items/MapComponent.qml</file>
        <file>items/SearchBar.qml</file>
        <file>forms/Message.qml</file>
        <file>forms/MessageForm.ui.qml</file>
        <file>forms/SearchCenter.qml</file>
        <file>forms/SearchCenterForm.ui.qml</file>
        <file>forms/SearchBoundingBox.qml</file>
        <file>forms/SearchBoundingBoxForm.ui.qml</file>
        <file>forms/SearchBoundingCircle.qml</file>
        <file>forms/SearchBoundingCircleForm.ui.qml</file>
        <file>forms/SearchOptions.qml</file>
        <file>forms/SearchOptionsForm.ui.qml</file>
        <file>forms/PlaceDetails.qml</file>
        <file>forms/PlaceDetailsForm.ui.qml</file>
        <file>views/SuggestionView.qml</file>
        <file>views/CategoryDelegate.qml</file>
        <file>views/CategoryView.qml</file>
        <file>views/EditorialDelegate.qml</file>
        <file>views/EditorialPage.qml</file>
        <file>views/EditorialView.qml</file>
        <file>views/ImageView.qml</file>
        <file>views/RatingView.qml</file>
        <file>views/ReviewDelegate.qml</file>
        <file>views/ReviewPage.qml</file>
        <file>views/ReviewView.qml</file>
        <file>views/SearchResultDelegate.qml</file>
        <file>views/SearchResultView.qml</file>
        <file>resources/categories.png</file>
        <file>resources/left.png</file>
        <file>resources/marker.png</file>
        <file>resources/right.png</file>
        <file>resources/scale.png</file>
        <file>resources/scale_end.png</file>
        <file>resources/search.png</file>
        <file>resources/star.png</file>
    </qresource>
</RCC>