##// END OF EJS Templates
Now uses qmake to compile an Qt-creator compatible!
Now uses qmake to compile an Qt-creator compatible!

File last commit:

r18:bd9ab647f70a default
r18:bd9ab647f70a default
Show More
mbr_STM32F4.pro
11 lines | 193 B | text/idl | PrologLexer
TEMPLATE = lib
CONFIG += console
CONFIG -= qt
TARGET = mbr
include($$(libuc2)/rules/stm32f4-arm-none-eabi-gcc/rules.pri)
SOURCES += \
mbr.c
HEADERS += \
$$(libuc2)/lib/includes/mbr.h