1TEMPLATE = aux 2 3content.files = \ 4 declarative-location.qml \ 5 maps.qml \ 6 places.qml \ 7 plugin.qml \ 8 routing.qml \ 9 places_loader.qml 10 11OTHER_FILES = \ 12 $${content.files} 13 14# Put content in INSTALLS so that content.files become part of the project tree in Qt Creator, 15# but scoped with false as we don't actually want to install them. They are documentation 16# snippets. 17false:INSTALLS += content 18 19