ghewgill / emulino

Arduino emulator

This URL has Read+Write access

emulino / emulino.pro
100644 20 lines (17 sloc) 0.516 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
######################################################################
# Automatically generated by qmake (2.01a) Tue May 19 22:21:50 2009
######################################################################
 
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
 
# Input
CONFIG += qt
HEADERS += cpu.h eeprom.h loader.h port.h timer.h usart.h util.h avr.inc
SOURCES += cpu.c \
           eeprom.c \
           emulino-gui.cpp \
           loader.c \
           port.c \
           timer.c \
           usart.c