Hy, can't manage to compile under gentoo, and with qt4.
compilation rapport
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
Logged In: YES user_id=1548061 Originator: NO
i complete(logged in this time). Below my xmi2code.pro content: I just addes the qt line:
HEADERS= x2cbase.h controller/commandline.h controller/optioninits.h option_defines.h SOURCES= main.cpp
include( x2c.pro )
INCLUDEPATH += . TARGET= xmi2code CONFIG += DEBUG QT += xml gui network support stl
EXUBERENT_CTAGS = ctags CTAGS_COMMANDS = --recurse --extra=fq --fields=fik . tagtarget.target = tags tagtarget.commands = $$EXUBERENT_CTAGS $$CTAGS_COMMANDS tagtarget.depends += $$SOURCES $$HEADERS
QMAKE_EXTRA_UNIX_TARGETS += tagtarget
Logged In: YES user_id=341496 Originator: NO
can't manage to compile under gentoo, and with qt4.
Qt4 is not yet supported.
compilation rapport
Logged In: YES
user_id=1548061
Originator: NO
i complete(logged in this time). Below my xmi2code.pro content: I just addes the qt line:
qmake pro file for xmi2code
HEADERS= x2cbase.h controller/commandline.h controller/optioninits.h option_defines.h
SOURCES= main.cpp
include( x2c.pro )
INCLUDEPATH += .
TARGET= xmi2code
CONFIG += DEBUG
QT += xml gui network support stl
A Target to make tags for editor files
EXUBERENT_CTAGS = ctags
CTAGS_COMMANDS = --recurse --extra=fq --fields=fik .
tagtarget.target = tags
tagtarget.commands = $$EXUBERENT_CTAGS $$CTAGS_COMMANDS
tagtarget.depends += $$SOURCES $$HEADERS
QMAKE_EXTRA_UNIX_TARGETS += tagtarget
Logged In: YES
user_id=341496
Originator: NO
Qt4 is not yet supported.