Don't compile.
jonathan@jonathan-desktop:~/svnrepos/vbam/branches/qt/build/qmake$ qmake -o Makefile vba-m.pro
WARNING: Found potential symbol conflict of sidewidget_cheats.cpp (../../src/qt/sidewidget_cheats.cpp) in SOURCES
WARNING: Found potential symbol conflict of sidewidget_cheats.h (../../src/qt/sidewidget_cheats.h) in HEADERS
jonathan@jonathan-desktop:~/svnrepos/vbam/branches/qt/build/qmake$ make
Makefile:700: warning: overriding commands for target `sidewidget_cheats.o'
Makefile:289: warning: ignoring old commands for target `sidewidget_cheats.o'
Makefile:720: warning: overriding commands for target `moc_sidewidget_cheats.o'
Makefile:708: warning: ignoring old commands for target `moc_sidewidget_cheats.o'
Makefile:738: warning: overriding commands for target `../../src/qt/moc_sidewidget_cheats.cpp'
Makefile:726: warning: ignoring old commands for target `../../src/qt/moc_sidewidget_cheats.cpp'
g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT -DBKPT_SUPPORT -DNO_PNG -DC_CORE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/qt3 -o main.o ../../src/qt/main.cpp
In file included from ../../src/qt/main.h:22,
from ../../src/qt/main.cpp:19:
../../src/qt/precompile.h:24:23: error: QtGui/QtGui: No such file or directory
../../src/qt/precompile.h:25:29: error: QtOpenGL/QtOpenGL: No such file or directory
In file included from ../../src/qt/MainWnd.h:24,
from ../../src/qt/main.cpp:21:
../../src/qt/EmuManager.h:44: error: expected ‘,’ or ‘...’ before ‘&’ token
../../src/qt/EmuManager.h:44: error: ISO C++ forbids declaration of ‘QString’ with no type
../../src/qt/EmuManager.h:47: error: ‘QString’ does not name a type
../../src/qt/EmuManager.h:57: error: ‘QString’ does not name a type
In file included from ../../src/qt/MainWnd.h:25,
from ../../src/qt/main.cpp:21:
../../src/qt/GraphicsOutput.h:26: error: expected class-name before ‘{’ token
../../src/qt/GraphicsOutput.h:27: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
../../src/qt/GraphicsOutput.h:29: error: expected ‘;’ before ‘public’
../../src/qt/GraphicsOutput.h:43: error: expected `:' before ‘slots’
../../src/qt/GraphicsOutput.h:44: error: expected primary-expression before ‘void’
../../src/qt/GraphicsOutput.h:44: error: ISO C++ forbids declaration of ‘slots’ with no type
../../src/qt/GraphicsOutput.h:44: error: expected ‘;’ before ‘void’
../../src/qt/GraphicsOutput.h:47: error: ‘QPaintEvent’ has not been declared
In file included from ../../src/qt/main.cpp:21:
../../src/qt/MainWnd.h:28: error: expected class-name before ‘{’ token
../../src/qt/MainWnd.h:29: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
../../src/qt/MainWnd.h:31: error: expected ‘;’ before ‘public’
../../src/qt/MainWnd.h:35: error: expected `:' before ‘slots’
../../src/qt/MainWnd.h:36: error: expected primary-expression before ‘void’
../../src/qt/MainWnd.h:36: error: ISO C++ forbids declaration of ‘slots’ with no type
../../src/qt/MainWnd.h:36: error: expected ‘;’ before ‘void’
../../src/qt/MainWnd.h:47: error: ISO C++ forbids declaration of ‘QTranslator’ with no type
../../src/qt/MainWnd.h:47: error: expected ‘;’ before ‘*’ token
../../src/qt/MainWnd.h:48: error: ‘QString’ does not name a type
../../src/qt/MainWnd.h:49: error: ISO C++ forbids declaration of ‘QSettings’ with no type
../../src/qt/MainWnd.h:49: error: expected ‘;’ before ‘*’ token
../../src/qt/MainWnd.h:50: error: ISO C++ forbids declaration of ‘QMenu’ with no type
../../src/qt/MainWnd.h:50: error: expected ‘;’ before ‘*’ token
../../src/qt/MainWnd.h:51: error: ISO C++ forbids declaration of ‘QMenu’ with no type
../../src/qt/MainWnd.h:51: error: expected ‘;’ before ‘*’ token
../../src/qt/MainWnd.h:52: error: ISO C++ forbids declaration of ‘QAction’ with no type
../../src/qt/MainWnd.h:52: error: expected ‘;’ before ‘*’ token
../../src/qt/MainWnd.h:53: error: ISO C++ forbids declaration of ‘QMenu’ with no type
../../src/qt/MainWnd.h:53: error: expected ‘;’ before ‘*’ token
../../src/qt/MainWnd.h:54: error: ISO C++ forbids declaration of ‘QMenu’ with no type
../../src/qt/MainWnd.h:54: error: expected ‘;’ before ‘*’ token
../../src/qt/MainWnd.h:55: error: ISO C++ forbids declaration of ‘QDockWidget’ with no type
../../src/qt/MainWnd.h:55: error: expected ‘;’ before ‘*’ token
../../src/qt/MainWnd.h:59: error: expected `:' before ‘slots’
../../src/qt/MainWnd.h:60: error: expected primary-expression before ‘bool’
../../src/qt/MainWnd.h:60: error: ISO C++ forbids declaration of ‘slots’ with no type
../../src/qt/MainWnd.h:60: error: expected ‘;’ before ‘bool’
../../src/qt/main.cpp: In function ‘int main(int, char**)’:
../../src/qt/main.cpp:25: error: ‘QApplication’ was not declared in this scope
../../src/qt/main.cpp:25: error: expected `;' before ‘theApp’
../../src/qt/main.cpp:27: error: ‘QSettings’ was not declared in this scope
../../src/qt/main.cpp:27: error: expected `;' before ‘settings’
../../src/qt/main.cpp:28: error: ‘QTranslator’ was not declared in this scope
../../src/qt/main.cpp:28: error: ‘translator’ was not declared in this scope
../../src/qt/main.cpp:30: error: ‘settings’ was not declared in this scope
../../src/qt/main.cpp:30: error: new initializer expression list treated as compound expression
../../src/qt/main.cpp:31: error: ‘class MainWnd’ has no member named ‘show’
../../src/qt/main.cpp:33: error: ‘theApp’ was not declared in this scope
../../src/qt/main.cpp: At global scope:
../../src/qt/main.cpp:23: warning: unused parameter ‘argc’
../../src/qt/main.cpp:23: warning: unused parameter ‘argv’
make: *** [main.o] Error 1