MantisBT - MIDAS
View Issue Details
0012562MIDASMIDASdesktoppublic2011-11-06 15:452011-11-06 15:45
Matthew McCormick 
Zach Mullen 
normalmajoralways
assignedopen 
Linux
 
 
0012562: MIDASDesktop does not link.
Linking CXX executable MIDASDesktop
CMakeFiles/MIDASDesktop.dir/GUI/MIDASDesktopUI.cxx.o: In function
`QTest::qWait(int)':
MIDASDesktopUI.cxx:(.text+0x44): undefined reference to `QTest::qSleep(int)'
CMakeFiles/MIDASDesktop.dir/GUI/MIDASDesktopUI.cxx.o: In function
`QTest::simulateEvent(QWidget*
String, bool, int)':
MIDASDesktopUI.cxx:(.text+0xad): undefined reference to
`QTest::defaultKeyDelay()'
MIDASDesktopUI.cxx:(.text+0xc7): undefined reference to
`QTest::defaultKeyDelay()'
MIDASDesktopUI.cxx:(.text+0x164): undefined reference to `QTest::qWarn(char
const*)'
CMakeFiles/MIDASDesktop.dir/GUI/MIDASDesktopUI.cxx.o: In function
`QTest::mouseEvent(QTest::Mous
t::KeyboardModifier>, QPoint, int)':
MIDASDesktopUI.cxx:(.text+0xe75): undefined reference to
`QTest::defaultMouseDelay()'
MIDASDesktopUI.cxx:(.text+0xe92): undefined reference to
`QTest::defaultMouseDelay()'
MIDASDesktopUI.cxx:(.text+0x1486): undefined reference to `QTest::qWarn(char
const*)'
collect2: ld returned 1 exit status
make[2]: *** [Applications/MIDASDesktop/MIDASDesktop] Error 1
To fix, link to the QtTest library.
Patch attached.
No tags attached.
patch 0001-BUG-Link-to-QtTest-library.patch (791) 2011-11-06 15:45
https://public.kitware.com/Bug/file/4110/*
Issue History
2011-11-06 15:45Matthew McCormickNew Issue
2011-11-06 15:45Matthew McCormickStatusnew => assigned
2011-11-06 15:45Matthew McCormickAssigned To => Zach Mullen
2011-11-06 15:45Matthew McCormickFile Added: 0001-BUG-Link-to-QtTest-library.patch

There are no notes attached to this issue.