Merge pull request #1318 from zapek/msys2_build_fix

fixed webui files generation under MSYS2
This commit is contained in:
G10h4ck 2018-08-28 19:55:36 +02:00 committed by GitHub
commit 2be556c767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ libresapihttpserver {
QMAKE_EXTRA_COMPILERS += create_webfiles_html create_webfiles_js create_webfiles_css
}
win32 {
appveyor {
DEFINES *= WINDOWS_SYS
INCLUDEPATH += . $$INC_DIR
@ -126,6 +126,19 @@ libresapihttpserver {
system($$MAKE_SRC\\init.bat .)
}
win32 {
DEFINES *= WINDOWS_SYS
INCLUDEPATH += . $$INC_DIR
PRO_PATH=$$shell_path($$_PRO_FILE_PWD_)
MAKE_SRC=$$shell_path($$PRO_PATH/webui-src/make-src)
QMAKE_POST_LINK=$$MAKE_SRC/build.sh $$PRO_PATH
# create dummy files
system($$MAKE_SRC/init.sh .)
}
linux {
CONFIG += link_pkgconfig
PKGCONFIG *= libmicrohttpd