Skip to content

Commit

Permalink
Oops remove pointless message
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
navv1234 committed Aug 6, 2016
1 parent ab0f7da commit a667f4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/lib.pro
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ win32 {
# If apikey is in environment, use that
ENV_APIKEY=$$(SC_DEFAULT_APIKEY)
!isEmpty(ENV_APIKEY) {
SC_DEFAULT_APIKEY=$$(SC_DEFAULT_APIKEY)
SC_DEFAULT_APIKEY=$$ENV_APIKEY
}

!isEmpty(SC_DEFAULT_APIKEY) {
DEFINES += SC_DEFAULT_APIKEY=\"$${SC_DEFAULT_APIKEY}\"
message($$SC_DEFAULT_APIKEY)
}

# On Linux compilation, setup the profile search directory
Expand Down

0 comments on commit a667f4b

Please sign in to comment.