##// END OF EJS Templates
Added Simulator target to run code on x86 and debug functions....
Added Simulator target to run code on x86 and debug functions. Fixed some bugs on terminal widget.

File last commit:

r47:7126c4937e8d dev_alexis
r63:68dfbccdd813 dev_alexis
Show More
qconfig.pri
21 lines | 778 B | text/plain | TextLexer
#configuration
CONFIG += def_files_disabled no_mocdepend release stl qt_no_framework
QT_ARCH = x86_64
QT_EDITION = OpenSource
QT_CONFIG += minimal-config small-config medium-config large-config full-config accessibility reduce_exports ipv6 clock-gettime clock-monotonic mremap getaddrinfo ipv6ifname getifaddrs inotify system-jpeg system-mng system-png png system-freetype no-gui system-zlib nis iconv glib openssl x11sm xshape xvideo xsync xrender mitshm fontconfig xkb concurrent release
#versioning
QT_VERSION = 4.8.4
QT_MAJOR_VERSION = 4
QT_MINOR_VERSION = 8
QT_PATCH_VERSION = 4
#namespaces
QT_LIBINFIX =
QT_NAMESPACE =
QT_NAMESPACE_MAC_CRC =
QMAKE_RPATHDIR += "/opt/testlibuc2/libuc2/lib"
QT_GCC_MAJOR_VERSION = 4
QT_GCC_MINOR_VERSION = 7
QT_GCC_PATCH_VERSION = 2