X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=virtualjaguar.pro;h=75b07cb0fb2fa610ec82fcdf754feb1015603e2e;hb=682e81f3a2f0693f60e6fb50426fb6367fd373db;hp=9a66477109fa6f1805e908eab265ba323f074e16;hpb=f63cd569374c4fbcd872bb8a67c94788da29c3a8;p=virtualjaguar diff --git a/virtualjaguar.pro b/virtualjaguar.pro index 9a66477..75b07cb 100644 --- a/virtualjaguar.pro +++ b/virtualjaguar.pro @@ -34,8 +34,9 @@ else:unix { DEFINES += __GCCUNIX__ } macx { LIBS += `sdl-config --static-libs` } else { LIBS += `$(CROSS)sdl-config --libs` } -# Icon on Win32 +# Icon on Win32, Mac win32 { LIBS += res/vj-ico.o } +macx { ICON = res/vj-icon.icns } # C/C++ flags... # NOTE: May have to put -Wall back in, but only on non-release cycles. It can @@ -45,6 +46,10 @@ QMAKE_CXXFLAGS += `$(CROSS)sdl-config --cflags` # Need to add libcdio stuffola (checking/including)... +# Translations. NB: Nobody has stepped up to do any :-P so these are dummy translations +TRANSLATIONS = virtualjaguar_fr.ts \ + virtualjaguar_gr.ts + INCLUDEPATH += \ src \ src/gui @@ -74,10 +79,12 @@ HEADERS = \ src/gui/imagedelegate.h \ src/gui/keygrabber.h \ src/gui/mainwin.h \ + src/gui/profile.h \ src/gui/debug/cpubrowser.h \ src/gui/debug/m68kdasmbrowser.h \ src/gui/debug/memorybrowser.h \ src/gui/debug/opbrowser.h \ + src/gui/debug/riscdasmbrowser.h \ # src/gui/sdljoystick.h SOURCES = \ @@ -97,8 +104,10 @@ SOURCES = \ src/gui/imagedelegate.cpp \ src/gui/keygrabber.cpp \ src/gui/mainwin.cpp \ + src/gui/profile.cpp \ src/gui/debug/cpubrowser.cpp \ src/gui/debug/m68kdasmbrowser.cpp \ src/gui/debug/memorybrowser.cpp \ src/gui/debug/opbrowser.cpp \ + src/gui/debug/riscdasmbrowser.cpp \ # src/gui/sdljoystick.cpp