Differences From Artifact [f487541287]:
- File
buildsys.mk.in
— part of check-in
[baf52ea3b1]
at
2017-04-17 23:25:45
on branch trunk
— Add a proper build system
Also lowers the minimum required Qt version to 5.5. (user: js, size: 23157) [annotate] [blame] [check-ins using]
To Artifact [b35882c209]:
- File
buildsys.mk.in
— part of check-in
[7a43c3a524]
at
2017-04-18 00:09:15
on branch trunk
— Check whether Qt requires PIC
Also includes a buildsys update required for this. (user: js, size: 23082) [annotate] [blame] [check-ins using]
︙ | |||
197 198 199 200 201 202 203 | 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 | - + | .m.m.dep: ${CPP} ${CPPFLAGS} ${OBJCFLAGS} -M $< | \ sed 's/^\([^\.]*\)\.o:/\1.o \1.lib.o \1.plugin.o:/' >$@ || \ { rm -f $@; false; } .mm.mm.dep: |
︙ | |||
509 510 511 512 513 514 515 | 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 | - + - + - + | ${COMPILE_PLUGIN_FAILED}; \ fi .mm.o: ${COMPILE_STATUS} in="$<"; \ out="$@"; \ |
︙ |