Add the proper *.js files to OTHER_FILES.

1.3
Ariya Hidayat 2011-09-08 07:15:13 -07:00
parent d94b0c4fbb
commit 080eb26a11
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,9 @@ SOURCES += phantom.cpp \
encoding.cpp \
config.cpp
OTHER_FILES = bootstrap.js usage.txt \
OTHER_FILES += usage.txt \
webpage-shim.js \
filesystem-shim.js \
configurator.js
include(gif/gif.pri)