Fixing the rowCount and colCount methods
[soundwave.git] / soundwave.pro
blob4736dc317e333d0ad8ba026fe61095b13cd3b499
1 ######################################################################
2 # Automatically generated by qmake (2.01a) Wed Feb 24 11:54:09 2010
3 ######################################################################
5 TEMPLATE = app
6 TARGET =
7 DEPENDPATH += .
8 INCLUDEPATH += .
10 QT += network
12 # Input
13 HEADERS += \
14 player.h \
15 playlist_model.h \
16 playlist_view.h
18 FORMS += playlist.ui
20 SOURCES += \
21 init.cpp \
22 player.cpp \
23 playlist_model.cpp \
24 playlist_view.cpp