##// END OF EJS Templates
New version totaly integrated to Qt through custom sdk build!...
New version totaly integrated to Qt through custom sdk build! /!\ not cleaned yet!

File last commit:

r47:7126c4937e8d dev_alexis
r47:7126c4937e8d dev_alexis
Show More
qmake.conf
26 lines | 273 B | text/plain | TextLexer
#
# qmake configuration for stm32f4
#
#
MAKEFILE_GENERATOR = UNIX
TARGET_PLATFORM = unix
TEMPLATE = app
CONFIG += ucswitch libuc2 warn_on release incremental link_prl
QT +=
QMAKE_INCREMENTAL_STYLE = sublib
include(../common/linux.conf)
load(qt_config)