fix whitespace

This commit is contained in:
Mark Brand 2018-03-13 08:42:20 +01:00
parent 40fb0a04ad
commit ecef8cb387
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ define $(PKG)_BUILD
'headers.files = $$$$HEADERS' \
'win32:dlltarget.path = $$$$[QT_INSTALL_BINS]' \
'target.path = $$$$[QT_INSTALL_LIBS]' \
'!static:win32:target.CONFIG = no_dll' \
'!static:win32:target.CONFIG = no_dll' \
'win32:INSTALLS += dlltarget' \
'INSTALLS += target headers'
$(MAKE) -C '$(1)' -j '$(JOBS)'