X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=virtualjaguar.pro;h=7eb87789c51944d969b4d2f1bf92a7f77ec19960;hb=725caa0f8bb826a73edef366906ccb41a3197819;hp=6e0862fc72f56dbaba0b43287c0f49816863427c;hpb=dffa89ebdee4d328a8e166b30fcdf38a3fc54b28;p=virtualjaguar diff --git a/virtualjaguar.pro b/virtualjaguar.pro index 6e0862f..7eb8778 100644 --- a/virtualjaguar.pro +++ b/virtualjaguar.pro @@ -45,9 +45,9 @@ QMAKE_CXXFLAGS += `$(CROSS)sdl-config --cflags` # Need to add libcdio stuffola (checking/including)... -# Translations. None yet. :-( -#TRANSLATIONS = virtualjaguar_fr.ts \ -# virtualjaguar_gr.ts +# Translations. NB: Nobody has stepped up to do any :-P so these are dummy translations +TRANSLATIONS = virtualjaguar_fr.ts \ + virtualjaguar_gr.ts INCLUDEPATH += \ src \ @@ -78,6 +78,7 @@ 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 \ @@ -102,6 +103,7 @@ 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 \