Skip to content

Commit

Permalink
Move settings to resource folder
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Feb 12, 2018
1 parent 3b6d37f commit c988dd2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions resources/CMakeLists.txt
@@ -1,7 +1,11 @@
INSTALL(FILES srs.db qgis.db symbology-style.xml spatialite.db customization.xml 2to3migration.txt
INSTALL(FILES srs.db
qgis.db
symbology-style.xml
spatialite.db
customization.xml
2to3migration.txt
qgis_global_settings.ini
DESTINATION ${QGIS_DATA_DIR}/resources)
INSTALL(FILES qgis_global_settings.ini
DESTINATION ${QGIS_DATA_DIR})
INSTALL(DIRECTORY cpt-city-qgis-min DESTINATION ${QGIS_DATA_DIR}/resources)
INSTALL(DIRECTORY themes DESTINATION ${QGIS_DATA_DIR}/resources)
INSTALL(DIRECTORY data DESTINATION ${QGIS_DATA_DIR}/resources)
Expand Down

0 comments on commit c988dd2

Please sign in to comment.