diff options
Diffstat (limited to 'libADLMIDI-test.pro')
-rw-r--r-- | libADLMIDI-test.pro | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libADLMIDI-test.pro b/libADLMIDI-test.pro index 03ac954..a34da51 100644 --- a/libADLMIDI-test.pro +++ b/libADLMIDI-test.pro @@ -15,14 +15,12 @@ LIBS += -lSDL2 -lpthread -ldl #DEFINES += DEBUG_TIME_CALCULATION #DEFINES += DEBUG_SEEKING_TEST - -QMAKE_CFLAGS += -std=c90 -pedantic -QMAKE_CXXFLAGS += -std=c++98 -pedantic - #DEFINES += DISABLE_EMBEDDED_BANKS - #DEFINES += ADLMIDI_USE_DOSBOX_OPL +QMAKE_CFLAGS += -std=c90 -pedantic +QMAKE_CXXFLAGS += -std=c++98 -pedantic + HEADERS += \ include/adlmidi.h \ src/adlbank.h \ |