diff options
| author | NPScript <nathan@reinerweb.ch> | 2022-06-03 22:57:05 +0200 |
|---|---|---|
| committer | NPScript <nathan@reinerweb.ch> | 2022-06-03 22:57:05 +0200 |
| commit | 012c8afd2383241f0102111f97302857adfcb599 (patch) | |
| tree | cdf896cb020f33dc004d344a58809f7269e2dd75 /config.mk | |
initial sketch
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..16cf0f0 --- /dev/null +++ b/config.mk @@ -0,0 +1,2 @@ +CC=c++ +LDFLAGS=`pkg-config --libs --cflags Qt5WebEngineWidgets` -lQt5X11Extras -lX11 |