]> Shamusworld >> Repos - virtualjaguar/blobdiff - virtualjaguar.pro
Fix for RISC SUBC opcode, more tweaks to controller config.
[virtualjaguar] / virtualjaguar.pro
index 6e0862fc72f56dbaba0b43287c0f49816863427c..7eb87789c51944d969b4d2f1bf92a7f77ec19960 100644 (file)
@@ -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 \