##// END OF EJS Templates
More cleanup, added subdirectories inside include dir, cleaned include tree,...
More cleanup, added subdirectories inside include dir, cleaned include tree, Doxygen configured, started doxygen documentation.

File last commit:

r71:608b7f0e27c2 dev_alexis
r72:6ad096835359 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)