b7ddf358557ff090e4b0c9fce8aa4df5a977a8b1
[bertos.git] / emul / emul.mk
1 #
2 # Copyright 2007 Bernardo Innocenti (http://www.codewiz.org/)
3 # All rights reserved.
4 #
5 # Author: Bernardo Innocenti <bernie@develer.com>
6 #
7 # Qt configuration for devlib emulator demo.  Include it from
8 # your app Makefile fragment
9
10 EMUL_CFLAGS = $(shell pkg-config QtCore QtGui --cflags) -DQT_CLEAN_NAMESPACE -DQT3_SUPPORT
11 EMUL_LDFLAGS = $(shell pkg-config QtCore QtGui --libs)
12 QT_MOC = $(shell pkg-config QtCore --variable=moc_location)
13 #QT_UIC = $(shell pkg-config QtCore --variable=uic_location)