Skip to content

Commit

Permalink
QMake: Turn on developer build via a variable
Browse files Browse the repository at this point in the history
Add "DEVELOPER_BUILD=true" to qmake arguments to enable dev build
  • Loading branch information
Kaffeine committed Aug 27, 2018
1 parent 258172f commit 9167872
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion options.pri
@@ -1,6 +1,10 @@
#options = developer-build
#options += static-lib

equals(DEVELOPER_BUILD, "true") {
message("Developer build")
options += developer-build
}

# Installation directories
isEmpty(INSTALL_PREFIX) {
unix {
Expand Down

0 comments on commit 9167872

Please sign in to comment.