X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Femul%2Femul.mk;h=8636da6536a4a21df9a1eb89244f1102aa9f51a2;hb=4893c48a2b4ec84cf94ff75cefde767ca26bcf6e;hp=7e2346b630741255a41270c50bf94830639f01cb;hpb=27cabaafe176d72d9bd634f4bd7680d7337a3f69;p=bertos.git diff --git a/bertos/emul/emul.mk b/bertos/emul/emul.mk index 7e2346b6..8636da65 100644 --- a/bertos/emul/emul.mk +++ b/bertos/emul/emul.mk @@ -4,10 +4,11 @@ # # 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)