##// END OF EJS Templates
More buid system cleaning....
More buid system cleaning. Terminal widget almost working. Need to debug 8bit acces on ILI9328.

File last commit:

r47:7126c4937e8d dev_alexis
r65:d4bc0ad7470d dev_alexis
Show More
qmake.conf
26 lines | 273 B | text/plain | TextLexer
New version totaly integrated to Qt through custom sdk build!...
r47 #
# 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)