##// END OF EJS Templates
Sync
Sync

File last commit:

r71:608b7f0e27c2 dev_alexis
r80:c0daab91f95b dev_alexis
Show More
qmake.conf
57 lines | 891 B | text/plain | TextLexer
More buid system cleaning....
r65 #
# qmake configuration for stm32f4
#
#
isEmpty(_simulator_conf){
_simulator_conf="oneshot"
QMAKE_CFLAGS= -std=c99
include(../../common/simulator.conf)
DEFINES += \"assert_param(expr)=((void)0)\"
INCLUDEPATH += $$PWD /usr/include/SDL
DEFINES += BSP="\"\\\"$$BSP"\\\"\"
contains( TEMPLATE, app ) {
OBJECTS_DIR=obj-$$UCMODEL
DESTDIR=bin-$$UCMODEL
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
r71 LIBS += -L$$[QT_INSTALL_PREFIX]/bsp/lib/$$BSP -lbsp
LIBS += -L$$[QT_INSTALL_LIBS]/$$UCMODEL
LIBS += -lSDLCD -lSDL -lz -lcpu -lcore -lm -lc
More buid system cleaning....
r65 SOURCES +=$$[QT_INSTALL_PREFIX]/mkspecs/features/simulator/startup.c
SOURCES +=$$[QT_INSTALL_PREFIX]/mkspecs/features/simulator/fs.c
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
r71 #INCLUDEPATH+= $$[QT_INSTALL_PREFIX]/bsp/includes/$$BSP
More buid system cleaning....
r65
}
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
r71 #contains( TEMPLATE, lib ) {
# OBJECTS_DIR=obj-$$UCMODEL
# DESTDIR=bin-$$UCMODEL
# CONFIG+=staticlib
#}
More buid system cleaning....
r65
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
r71 #include(../../common/libuc2libs.conf)
More buid system cleaning....
r65
}