Skip to content

Commit 915065c

Browse files
committed
Fix build, regression from merge conflict
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 868492c commit 915065c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

c++/Makefile.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
AR ?= ar
88
CC ?= gcc
99
CXX ?= g++
10-
MOC ?= $(shell pkg-config --variable=moc_location QtCore)
11-
RCC ?= $(shell pkg-config --variable=rcc_location QtCore)
12-
UIC ?= $(shell pkg-config --variable=uic_location QtCore)
1310
STRIP ?= strip
1411
WINDRES ?= windres
1512

0 commit comments

Comments
 (0)