comparison Makefile @ 148:ae34188ddd84

private signals of QAbstractItemModel are now accessible
author eldar
date Sat, 13 Jun 2009 14:05:32 +0000
parents 7ae9bc9d6935
children ae06da58ec25
comparison
equal deleted inserted replaced
147:4b423949c893 148:ae34188ddd84
25 include build/$(SYSTEM).makefile 25 include build/$(SYSTEM).makefile
26 26
27 ## Main settings. 27 ## Main settings.
28 ## D compiler. 28 ## D compiler.
29 ifndef $(DC) 29 ifndef $(DC)
30 DC = ldmd 30 DC = dmd
31 endif 31 endif
32 ## C++ compiler. 32 ## C++ compiler.
33 ifndef $(CC) 33 ifndef $(CC)
34 CC = g++ 34 CC = g++
35 endif 35 endif