##// END OF EJS Templates
Corrected bug 591
Corrected bug 591

File last commit:

r47:7126c4937e8d dev_alexis
r56:bf21d93f0037 dev_alexis
Show More
i2c.pro
16 lines | 232 B | text/idl | PrologLexer
jeandet@PC-DE-JEANDET.lab-lpp.local
sync
r22 TEMPLATE = lib
New version totaly integrated to Qt through custom sdk build!...
r47 OBJECTS_DIR = obj
SOURCES += i2c.c
jeandet@PC-DE-JEANDET.lab-lpp.local
sync
r22
New version totaly integrated to Qt through custom sdk build!...
r47 INCLUDEPATH += ../../includes \
../CPU/STM32F4xx_StdPeriph_Driver/inc \
../CPU/CMSIS/Include
jeandet@PC-DE-JEANDET.lab-lpp.local
sync
r22
New version totaly integrated to Qt through custom sdk build!...
r47 UCMODEL=stm32f4
target.path = $$[QT_INSTALL_LIBS]/$$UCMODEL
INSTALLS += target
jeandet@PC-DE-JEANDET.lab-lpp.local
sync
r22