X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=virtualjaguar.pro;h=6bc2658462fffeb740f996b4547bcc0f5b9d50ba;hb=8d4c486da1297c0f6a25458191c2d427650de4cd;hp=9530f018ab7f159d7237ef977062988a95a61105;hpb=f548beede257a2252a2639e3fe03c7cda99433ed;p=virtualjaguar diff --git a/virtualjaguar.pro b/virtualjaguar.pro index 9530f01..6bc2658 100644 --- a/virtualjaguar.pro +++ b/virtualjaguar.pro @@ -8,6 +8,8 @@ # # NOTE: Musashi is built and linked in as a library, so there should be no more # problems with using the qmake build system as-is. :-) +# Other than on the Mac, where it stupidly defaults to making XCode binaries. >:-( +# TARGET = virtualjaguar CONFIG += qt warn_on release debug @@ -100,6 +102,7 @@ HEADERS += \ src/state.h \ src/tom.h \ src/unzip.h \ + src/universalhdr.h \ src/wavetable.h SOURCES += \ @@ -125,5 +128,6 @@ SOURCES += \ src/settings.cpp \ src/state.cpp \ src/tom.cpp \ + src/universalhdr.cpp \ src/unzip.c \ src/wavetable.cpp