X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Femul%2Femul.mk;h=ad1391ad26a62d3b3b653ef7390b997f9ff99bd9;hb=0885518f8b018d6054e98d76139a28433b9494b3;hp=b7ddf358557ff090e4b0c9fce8aa4df5a977a8b1;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/emul/emul.mk b/bertos/emul/emul.mk index b7ddf358..ad1391ad 100644 --- a/bertos/emul/emul.mk +++ b/bertos/emul/emul.mk @@ -1,13 +1,14 @@ # -# Copyright 2007 Bernardo Innocenti (http://www.codewiz.org/) +# Copyright 2007 Bernie Innocenti (http://www.codewiz.org/) # All rights reserved. # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # -# Qt configuration for devlib emulator demo. Include it from +# Qt configuration for BeRTOS emulator. Include it from # your app Makefile fragment -EMUL_CFLAGS = $(shell pkg-config QtCore QtGui --cflags) -DQT_CLEAN_NAMESPACE -DQT3_SUPPORT +EMUL_CFLAGS = -D'ARCH=(ARCH_EMUL|ARCH_QT)' \ + $(shell pkg-config QtCore QtGui --cflags) -DQT_CLEAN_NAMESPACE EMUL_LDFLAGS = $(shell pkg-config QtCore QtGui --libs) QT_MOC = $(shell pkg-config QtCore --variable=moc_location) #QT_UIC = $(shell pkg-config QtCore --variable=uic_location)