]> Shamusworld >> Repos - virtualjaguar/blobdiff - virtualjaguar.pro
Added option to enable logging automagically in Alpine mode.
[virtualjaguar] / virtualjaguar.pro
index 7d1164e11b8758fe27fb29c99b27f2fb511096a7..75b07cb0fb2fa610ec82fcdf754feb1015603e2e 100644 (file)
@@ -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
@@ -67,15 +72,19 @@ HEADERS = \
        src/gui/filelistmodel.h \
        src/gui/filepicker.h \
        src/gui/filethread.h \
+       src/gui/gamepad.h \
        src/gui/generaltab.h \
        src/gui/glwidget.h \
        src/gui/help.h \
        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 = \
@@ -88,13 +97,17 @@ SOURCES = \
        src/gui/filelistmodel.cpp \
        src/gui/filepicker.cpp \
        src/gui/filethread.cpp \
+       src/gui/gamepad.cpp \
        src/gui/generaltab.cpp \
        src/gui/glwidget.cpp \
        src/gui/help.cpp \
        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