aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-03-04 00:22:38 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2024-03-04 00:22:38 +0100
commit800061c0c5ebd8720d15a2cd10223c7f786a42c7 (patch)
tree4418b946643607e362dd8f5d6c2c573622a98259 /config.mk
parent0b44bd901f76bb75a05fe36d1d16b9c01706739b (diff)
use qmake to build
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.mk b/config.mk
deleted file mode 100644
index 1bbe8b3..0000000
--- a/config.mk
+++ /dev/null
@@ -1,4 +0,0 @@
-TARGET_DIRECTORY=target
-CPPFLAGS=`pkg-config --cflags Qt6WebEngineWidgets Qt6WebEngineCore Qt6Core Qt6Gui` -Wall
-LDFLAGS=`pkg-config --libs Qt6WebEngineWidgets Qt6WebEngineCore Qt6Core Qt6Gui Qt6Multimedia` -fPIC
-CC=g++