6 lines
86 B
Bash
Executable file
6 lines
86 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo $PATH
|
|
|
|
# Build application.
|
|
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
|