]> Shamusworld >> Repos - virtualjaguar/blobdiff - virtualjaguar.pro
Added switch to disable untuned tank circuit, for slower computers.
[virtualjaguar] / virtualjaguar.pro
index dfc9c7d49bf613d0fdba87dafb6eb00f67de917e..11f5d6ff435d99745b77a8467df23e734f0a71c4 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Virtual Jaguar Qt project file
 #
-# by James L. Hammons
+# by James Hammons
 # Copyright (C) 2011 Underground Software
 #
 # See the README and GPLv3 files for licensing and warranty information
@@ -15,7 +15,8 @@
 TARGET     = virtualjaguar
 CONFIG    += qt warn_on release debug
 RESOURCES += virtualjaguar.qrc
-LIBS      += -lz -Lobj -ljaguarcore -lmusashi
+#LIBS      += -Lobj -ljaguarcore -lz -lmusashi
+LIBS      += -Lobj -ljaguarcore -lz -lm68k
 QT        += opengl
 
 # We stuff all the intermediate crap into obj/ so it won't confuse us mere mortals ;-)
@@ -47,7 +48,8 @@ INCLUDEPATH += \
 
 DEPENDPATH = \
        src \
-       src/gui
+       src/gui \
+       src/m68000
 
 # The GUI