miqt/cmd/handbindings/bindings_test/build.sh

8 lines
191 B
Bash
Raw Normal View History

2024-08-05 22:24:01 +00:00
#!/bin/bash
set -eux
g++ -g -fPIC ../binding.cpp testapp.cpp $(pkg-config --cflags --libs Qt5Widgets) -o testapp
g++ -g -fPIC direct.cpp $(pkg-config --cflags --libs Qt5Widgets) -o direct