##// END OF EJS Templates
UCMODEl is now a qmake parameter.
UCMODEl is now a qmake parameter.

File last commit:

r71:608b7f0e27c2 dev_alexis
r74:0f2d8fe5497f dev_alexis
Show More
qmake.conf
29 lines | 259 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
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
r71 CONFIG += libuc2 warn_on release incremental
New version totaly integrated to Qt through custom sdk build!...
r47 QT +=
QMAKE_INCREMENTAL_STYLE = sublib
include(../common/linux.conf)
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
r71
New version totaly integrated to Qt through custom sdk build!...
r47 load(qt_config)