#------------------------------------------------- # # Project created by QtCreator 2010-08-24T13:42:36 # #------------------------------------------------- QT += core QT -= gui TARGET = SDMA_ASM CONFIG += console CONFIG -= app_bundle TEMPLATE = app SOURCES += main.cpp \ instruction.cpp \ instructionlist.cpp \ instructionparser.cpp \ helpers.cpp HEADERS += \ instruction.h \ instructionlist.h \ instructionparser.h \ helpers.h OTHER_FILES += \ test.txt \ asm.txt \ sdma.inst \ readme.txt \ firmware.blob