qscintilla2: fix spacing

This commit is contained in:
Tony Theodore 2014-10-29 21:14:45 +11:00
parent 523fa4c8d7
commit 5efbf00e19
1 changed files with 2 additions and 3 deletions

View File

@ -25,8 +25,7 @@ define $(PKG)_BUILD
'$(TARGET)-g++' \
-W -Wall -Werror -std=c++0x -pedantic \
`'$(TARGET)-pkg-config' Qt5Widgets --cflags` \
`'$(TARGET)-pkg-config' Qt5Widgets --cflags` \
'$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-qscintilla2.exe' -lqscintilla2 \
`'$(TARGET)-pkg-config' Qt5Widgets --libs`
`'$(TARGET)-pkg-config' Qt5Widgets --libs`
endef