Skip to content

Commit

Permalink
Resource restructuring
Browse files Browse the repository at this point in the history
- All resources are either under src or under resources dirs
- Removed files top level directory
- Move flightgear files to top level dir
  • Loading branch information
DonLakeFlyer committed Apr 2, 2015
1 parent 6fe1f1d commit d5146cd
Show file tree
Hide file tree
Showing 884 changed files with 338,989 additions and 158,048 deletions.
4 changes: 2 additions & 2 deletions QGCSetup.pri
Expand Up @@ -38,10 +38,10 @@ WindowsBuild {
# Make sure to keep both side of this if using the same set of directories
DESTDIR_COPY_RESOURCE_LIST = $$replace(DESTDIR,"/","\\")
BASEDIR_COPY_RESOURCE_LIST = $$replace(BASEDIR,"/","\\")
QMAKE_POST_LINK += $$escape_expand(\\n) $$QMAKE_COPY_DIR \"$$BASEDIR_COPY_RESOURCE_LIST\\files\" \"$$DESTDIR_COPY_RESOURCE_LIST\\files\"
QMAKE_POST_LINK += $$escape_expand(\\n) $$QMAKE_COPY_DIR \"$$BASEDIR_COPY_RESOURCE_LIST\\flightgear\" \"$$DESTDIR_COPY_RESOURCE_LIST\\flightgear\"
} else {
# Make sure to keep both side of this if using the same set of directories
QMAKE_POST_LINK += && $$QMAKE_COPY_DIR $$BASEDIR/files $$DESTDIR_COPY_RESOURCE_LIST
QMAKE_POST_LINK += && $$QMAKE_COPY_DIR $$BASEDIR/flightgear $$DESTDIR_COPY_RESOURCE_LIST
}

#
Expand Down
Binary file removed files/Setup/cogwheels.png
Binary file not shown.
1 change: 0 additions & 1 deletion files/images/.gitignore

This file was deleted.

389 changes: 0 additions & 389 deletions files/images/actions/address-book-new.svg

This file was deleted.

0 comments on commit d5146cd

Please sign in to comment.