Changeset 17 for QtMPC.pro


Ignore:
Timestamp:
12/30/07 20:55:36 (4 years ago)
Author:
sander
Message:

Lots of updates, the music library is now being showed in the tree view. Though it doesn't actually do anything yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • QtMPC.pro

    r4 r17  
    44 
    55TEMPLATE = app 
    6 TARGET =  
     6TARGET = 
    77DEPENDPATH += . gui lib 
    88INCLUDEPATH += . lib 
    99CONFIG += qt debug 
    1010QT += network 
     11#DEFINES += QT_NO_DEBUG_OUTPUT 
    1112 
    1213# Input 
    1314HEADERS += gui/main_window.h \ 
     15        gui/musiclibraryitem.h \ 
     16        gui/musiclibrarymodel.h \ 
    1417        gui/playlisttablemodel.h \ 
    1518        lib/mpdconnection.h \ 
     
    2225SOURCES += main.cpp \ 
    2326        gui/main_window.cpp \ 
     27        gui/musiclibraryitem.cpp \ 
     28        gui/musiclibrarymodel.cpp \ 
    2429        gui/playlisttablemodel.cpp \ 
    2530        lib/mpdconnection.cpp \ 
Note: See TracChangeset for help on using the changeset viewer.