Skip to content

Commit

Permalink
Merge pull request RodgerLeblanc#1 from RodgerLeblanc/dev
Browse files Browse the repository at this point in the history
Update gitignore
  • Loading branch information
RodgerLeblanc authored Oct 20, 2017
2 parents 667adef + 7428a76 commit 34c4283
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
*/x86/
*/arm-p/
*/translations/*.qm
*/translations/*.ts
*/*.pri

#Momentics settings
.settings/
3 changes: 3 additions & 0 deletions Extend/config.pri
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ lupdate_inclusion {
$$quote($$BASEDIR/../src/Settings/*.cc) \
$$quote($$BASEDIR/../src/Settings/*.cpp) \
$$quote($$BASEDIR/../src/Settings/*.cxx) \
$$quote($$BASEDIR/..//*.qml) \
$$quote($$BASEDIR/..//*.js) \
$$quote($$BASEDIR/..//*.qs) \
$$quote($$BASEDIR/../assets/*.qml) \
$$quote($$BASEDIR/../assets/*.js) \
$$quote($$BASEDIR/../assets/*.qs) \
Expand Down
10 changes: 10 additions & 0 deletions ExtendService/config.pri
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ simulator {
config_pri_source_group1 {
SOURCES += \
$$quote($$BASEDIR/src/FolderCleaner/FolderCleaner.cpp) \
$$quote($$BASEDIR/src/FolderWatcher/FolderWatcher.cpp) \
$$quote($$BASEDIR/src/HeadlessCommunication/HeadlessCommunication.cpp) \
$$quote($$BASEDIR/src/ImageFileSignatureChecker/ImageFileSignatureChecker.cpp) \
$$quote($$BASEDIR/src/Logger/Logger.cpp) \
Expand All @@ -50,6 +51,7 @@ config_pri_source_group1 {
$$quote($$BASEDIR/src/Enums/FilePerimeter.h) \
$$quote($$BASEDIR/src/Enums/FileType.h) \
$$quote($$BASEDIR/src/FolderCleaner/FolderCleaner.h) \
$$quote($$BASEDIR/src/FolderWatcher/FolderWatcher.h) \
$$quote($$BASEDIR/src/HeadlessCommunication/HeadlessCommunication.h) \
$$quote($$BASEDIR/src/ImageFileSignatureChecker/ImageFileSignatureChecker.h) \
$$quote($$BASEDIR/src/Logger/HeapUsage/HeapUsage.h) \
Expand Down Expand Up @@ -84,6 +86,11 @@ lupdate_inclusion {
$$quote($$BASEDIR/../src/FolderCleaner/*.cc) \
$$quote($$BASEDIR/../src/FolderCleaner/*.cpp) \
$$quote($$BASEDIR/../src/FolderCleaner/*.cxx) \
$$quote($$BASEDIR/../src/FolderWatcher/*.c) \
$$quote($$BASEDIR/../src/FolderWatcher/*.c++) \
$$quote($$BASEDIR/../src/FolderWatcher/*.cc) \
$$quote($$BASEDIR/../src/FolderWatcher/*.cpp) \
$$quote($$BASEDIR/../src/FolderWatcher/*.cxx) \
$$quote($$BASEDIR/../src/HeadlessCommunication/*.c) \
$$quote($$BASEDIR/../src/HeadlessCommunication/*.c++) \
$$quote($$BASEDIR/../src/HeadlessCommunication/*.cc) \
Expand Down Expand Up @@ -124,6 +131,9 @@ lupdate_inclusion {
$$quote($$BASEDIR/../src/Settings/*.cc) \
$$quote($$BASEDIR/../src/Settings/*.cpp) \
$$quote($$BASEDIR/../src/Settings/*.cxx) \
$$quote($$BASEDIR/..//*.qml) \
$$quote($$BASEDIR/..//*.js) \
$$quote($$BASEDIR/..//*.qs) \
$$quote($$BASEDIR/../assets/*.qml) \
$$quote($$BASEDIR/../assets/*.js) \
$$quote($$BASEDIR/../assets/*.qs)
Expand Down

0 comments on commit 34c4283

Please sign in to comment.