Browse Source

Fix build, regression from merge conflict

Signed-off-by: falkTX <falktx@falktx.com>
tags/v0.9.1
falkTX 4 years ago
parent
commit
915065c1f1
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      c++/Makefile.mk

+ 0
- 3
c++/Makefile.mk View File

@@ -7,9 +7,6 @@
AR ?= ar
CC ?= gcc
CXX ?= g++
MOC ?= $(shell pkg-config --variable=moc_location QtCore)
RCC ?= $(shell pkg-config --variable=rcc_location QtCore)
UIC ?= $(shell pkg-config --variable=uic_location QtCore)
STRIP ?= strip
WINDRES ?= windres



Loading…
Cancel
Save