Skip to content

Commit

Permalink
Added QMAKE makefile variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffordwolf committed Jul 3, 2013
1 parent be1fca3 commit 3b294b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ all: top-all
CXXFLAGS = -Wall -Wextra -ggdb -I"$(shell pwd)" -MD -D_YOSYS_ -fPIC
LDFLAGS = -rdynamic
LDLIBS = -lstdc++ -lreadline -lm -ldl
QMAKE = qmake-qt4

-include Makefile.conf

Expand Down Expand Up @@ -80,7 +81,7 @@ yosys-config: yosys-config.in
chmod +x yosys-config

yosys-svgviewer: libs/svgviewer/*.h libs/svgviewer/*.cpp
cd libs/svgviewer && qmake-qt4 && make
cd libs/svgviewer && $(QMAKE) && make
cp libs/svgviewer/svgviewer yosys-svgviewer

abc:
Expand Down

0 comments on commit 3b294b3

Please sign in to comment.