C:\qcodeedit2\example>make release
make -f Makefile.Release
make[1]: Entering directory `C:/qcodeedit2/example'
g++ -static -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-ps
eudo-reloc -Wl,-s -mthreads -Wl -Wl,-subsystem,windows -o "release\example.exe"
.build\main.o -L"d:\build\qt-win-opensource-src-4.3.2\lib" -lmingw32 -lqtmain -
L.. -lqcodeedit -lQtXml -lQtGui -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -l
winspool -lmsimg32 -lQtCore -lkernel32 -luser32 -lshell32 -luuid -lole32 -ladvap
i32 -lws2_32
d:\build\qt-win-opensource-src-4.3.2\lib\libQtGui.a(qcompleter.o):qcompleter.cpp
:(.text$_ZN17QCompletionEngineD0Ev[QCompletionEngine::~QCompletionEngine()]+0x0)
: multiple definition of `QCompletionEngine::~QCompletionEngine()'
..\libqcodeedit.a(qcompletionengine.o):c:/qcodeedit2/lib/language/qcompletioneng
ine.cpp:50: first defined here
d:\build\qt-win-opensource-src-4.3.2\lib\libQtGui.a(qcompleter.o):qcompleter.cpp
:(.text$_ZN17QCompletionEngineD1Ev[QCompletionEngine::~QCompletionEngine()]+0x0)
: multiple definition of `QCompletionEngine::~QCompletionEngine()'
..\libqcodeedit.a(qcompletionengine.o):c:/qcodeedit2/lib/language/qcompletioneng
ine.cpp:50: first defined here
.build\main.o:main.cpp:(.text+0x51b): undefined reference to `_imp___ZN14QFormat
FactoryC1ERK7QStringP7QObject'
.build\main.o:main.cpp:(.text+0x564): undefined reference to `_imp___ZN9QDocumen
t16setFormatFactoryEP14QFormatFactory'
.build\main.o:main.cpp:(.text+0x58e): undefined reference to `_imp___ZN20QLineMa
rksInfoCenter8instanceEv'
.build\main.o:main.cpp:(.text+0x5a6): undefined reference to `_imp___ZN20QLineMa
rksInfoCenter13loadMarkTypesERK7QString'
.build\main.o:main.cpp:(.text+0x5ef): undefined reference to `_imp___ZN16QLangua
geFactoryC1EP14QFormatFactoryP7QObject'
.build\main.o:main.cpp:(.text+0x638): undefined reference to `_imp___ZN16QLangua
geFactory17addDefinitionPathERK7QString'
.build\main.o:main.cpp:(.text+0x698): undefined reference to `_imp___ZN9QCodeEdi
tC1EP7QWidget'
.build\main.o:main.cpp:(.text+0x6c4): undefined reference to `_imp___ZN14QLineMa
rkPanelC1EP7QWidget'
.build\main.o:main.cpp:(.text+0x6f9): undefined reference to `_imp___ZN9QCodeEdi
t8addPanelEP6QPanelNS_8PositionE'
.build\main.o:main.cpp:(.text+0x71c): undefined reference to `_imp___ZN16QLineNu
mberPanelC1EP7QWidget'
.build\main.o:main.cpp:(.text+0x751): undefined reference to `_imp___ZN9QCodeEdi
t8addPanelEP6QPanelNS_8PositionE'
.build\main.o:main.cpp:(.text+0x774): undefined reference to `_imp___ZN10QFoldPa
nelC1EP7QWidget'
.build\main.o:main.cpp:(.text+0x7a9): undefined reference to `_imp___ZN9QCodeEdi
t8addPanelEP6QPanelNS_8PositionE'
.build\main.o:main.cpp:(.text+0x7cc): undefined reference to `_imp___ZN12QStatus
PanelC1EP7QWidget'
.build\main.o:main.cpp:(.text+0x804): undefined reference to `_imp___ZN9QCodeEdi
t8addPanelEP6QPanelNS_8PositionE'
.build\main.o:main.cpp:(.text+0x827): undefined reference to `_imp___ZN19QSearch
ReplacePanelC1EP7QWidget'
.build\main.o:main.cpp:(.text+0x85f): undefined reference to `_imp___ZN9QCodeEdi
t8addPanelEP6QPanelNS_8PositionE'
.build\main.o:main.cpp:(.text+0x870): undefined reference to `_imp___ZNK9QCodeEd
it6editorEv'
.build\main.o:main.cpp:(.text+0x898): undefined reference to `_imp___ZNK9QCodeEd
it6editorEv'
.build\main.o:main.cpp:(.text+0x8a8): undefined reference to `_imp___ZN7QEditor7
setTextERK7QString'
.build\main.o:main.cpp:(.text+0x8d5): undefined reference to `_imp___ZNK9QCodeEd
it6editorEv'
collect2: ld returned 1 exit status
make[1]: *** [release\example.exe] Error 1
make[1]: Leaving directory `C:/qcodeedit2/example'
make: *** [release] Error 2
Bookmarks