1
0
mirror of https://github.com/mappu/miqt.git synced 2025-03-08 00:29:22 +00:00

8 lines
191 B
Bash
Raw Normal View History

2024-08-06 10:24:01 +12: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