To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Revision:

root / midifile.pro @ 1:3e65e0344413

History | View | Annotate | Download (167 Bytes)

1

    
2
TEMPLATE = app
3
TARGET = 
4
QT -= gui
5
DEPENDPATH += .
6
INCLUDEPATH += .
7

    
8
HEADERS += MIDIEvent.h MIDIComposition.h MIDIFileReader.h
9
SOURCES += MIDIFileReader.cpp main.cpp