Skip to content
Snippets Groups Projects
Commit fd4809bf authored by Johan Helsing's avatar Johan Helsing
Browse files

Build qtwayland examples

parent 85de7717
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -ex
cd ~/build-qt/qtwayland
make sub-examples
#!/bin/bash
set -ex
#time scripts/clone-qt.sh
#echo Finished cloning
time scripts/checkout-qt.sh
echo Finished preparing sources
time scripts/build-qt.sh
echo Finished building
time scripts/build-qtbase-tests.sh
echo Finished building qtbase tests
time scripts/build-qtwayland-tests.sh
echo Finished building qtwayland tests
time scripts/build-qtwayland-examples.sh
echo Finished building qtwayland examples
time scripts/test-qt.sh
echo Finished testing
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment