Skip to content

Commit

Permalink
Added test in plugins.pro to allow for default build of freeems plugi…
Browse files Browse the repository at this point in the history
…n if no other plugin is selected
  • Loading branch information
malcom2073 committed Apr 17, 2014
1 parent 6aac0eb commit b038f82
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/plugins.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
######################################################################

TEMPLATE = subdirs
SUBDIRS += freeems
isEmpty(SUBDIR_LIST) {
SUBDIR_LIST = freeems
}
SUBDIRS += $$SUBDIR_LIST

0 comments on commit b038f82

Please sign in to comment.