Refactor to use new protocol module and sipo.
[bertos.git] / emul / emul.mk
diff --git a/emul/emul.mk b/emul/emul.mk
deleted file mode 100755 (executable)
index b7ddf35..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# Copyright 2007 Bernardo Innocenti (http://www.codewiz.org/)
-# All rights reserved.
-#
-# Author: Bernardo Innocenti <bernie@develer.com>
-#
-# 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)