X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=emul%2Femul.mk;h=779d9220b86dc152f78ae528083b3aa81bdef7ba;hb=HEAD;hp=b7ddf358557ff090e4b0c9fce8aa4df5a977a8b1;hpb=afbca8635b31f43f936b87dca60d40cd4a974559;p=bertos.git diff --git a/emul/emul.mk b/emul/emul.mk deleted file mode 100755 index b7ddf358..00000000 --- a/emul/emul.mk +++ /dev/null @@ -1,13 +0,0 @@ -# -# Copyright 2007 Bernardo Innocenti (http://www.codewiz.org/) -# All rights reserved. -# -# Author: Bernardo Innocenti -# -# Qt configuration for devlib emulator demo. Include it from -# your app Makefile fragment - -EMUL_CFLAGS = $(shell pkg-config QtCore QtGui --cflags) -DQT_CLEAN_NAMESPACE -DQT3_SUPPORT -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)