mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Merge pull request #372 from zeners/master
webui: generating web-files on qmake
This commit is contained in:
commit
6a7bd9018b
@ -23,7 +23,7 @@ unix {
|
||||
INSTALLS += webui_img_files
|
||||
|
||||
# create dummy files, we need it to include files on first try
|
||||
system(webui-src/make-src/init.sh .)
|
||||
system(webui-src/make-src/build.sh .)
|
||||
|
||||
WEBUI_SRC_SCRIPT = webui-src/make-src/build.sh
|
||||
|
||||
|
@ -17,6 +17,6 @@ echo create $publicdest
|
||||
mkdir $publicdest
|
||||
|
||||
echo touch $publicdest/app.js, $publicdest/app.css, $publicdest/index.html
|
||||
touch $publicdest/app.js
|
||||
touch $publicdest/app.css
|
||||
touch $publicdest/index.html
|
||||
touch $publicdest/app.js -d 1970-01-01
|
||||
touch $publicdest/app.css -d 1970-01-01
|
||||
touch $publicdest/index.html -d 1970-01-01
|
||||
|
Loading…
Reference in New Issue
Block a user