#!/bin/bash # # Copyright 2017-2018, Haiku, Inc. All rights reserved. # Distributed under the terms of the MIT license. # if [ "$#" -lt 2 ]; then echo "This script creates project files for Qt Creator to develop Haiku with." echo "It should only be used on a per-project basis, as Qt Creator is too slow" echo "when used on all of Haiku at once." echo "" echo "THIS SCRIPT *MUST* BE RUN FROM THE REPOSITORY ROOT." echo "" echo "Usage: