##// END OF EJS Templates
Huge cleanup, removed old unmaintained boards/libs/archs....
Huge cleanup, removed old unmaintained boards/libs/archs. Changed from building once the lib in small archives to whole rebuilding from sources for each executable, this will allow to use build-time switchs/optimisations. /!\ Simulator broken.

File last commit:

r105:031afdd64272 tip dev_alexis
r105:031afdd64272 tip dev_alexis
Show More
fs.pri
24 lines | 613 B | text/plain | TextLexer
isEmpty(_gui_pri){
_gui_pri="oneshot"
SOURCES +=\
$$PWD/../FILE_SYSTEM/MBR/mbr.c \
$$PWD/../FILE_SYSTEM/FAT32/fat32.c \
$$PWD/../FILE_SYSTEM/SDCARD/sdcard.c \
$$PWD/../FILE_SYSTEM/DIRENT/ucdirent.c
HEADERS += \
$$[QT_INSTALL_PREFIX]/include/FS/blkdevice.h \
$$[QT_INSTALL_PREFIX]/include/FS/mbr.h \
$$[QT_INSTALL_PREFIX]/include/FS/fat32.h \
$$[QT_INSTALL_PREFIX]/include/FS/sdcard.h \
$$[QT_INSTALL_PREFIX]/include/FS/ucdirent.h
INCLUDEPATH += $$[QT_INSTALL_PREFIX]/include/FS
}