timer Prevent further SIGALRM signals when timer is stopped
[bertos.git] / bertos / emul / emul.mk
1 #
2 # Copyright 2007 Bernie Innocenti (http://www.codewiz.org/)
3 # All rights reserved.
4 #
5 # Author: Bernie Innocenti <bernie@codewiz.org>
6 #
7 # Qt configuration for BeRTOS emulator.  Include it from
8 # your app Makefile fragment
9
10 EMUL_CFLAGS = -D'ARCH=ARCH_EMUL|ARCH_QT' \
11         $(shell pkg-config QtCore QtGui --cflags) -DQT_CLEAN_NAMESPACE
12 EMUL_LDFLAGS = $(shell pkg-config QtCore QtGui --libs)
13 QT_MOC = $(shell pkg-config QtCore --variable=moc_location)
14 #QT_UIC = $(shell pkg-config QtCore --variable=uic_location)