Changeset 24


Ignore:
Timestamp:
12/31/07 14:40:15 (4 years ago)
Author:
sander
Message:

Updated project file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • QtMPC.pro

    r17 r24  
    1616        gui/musiclibrarymodel.h \ 
    1717        gui/playlisttablemodel.h \ 
     18        gui/preferences_dialog.h \ 
    1819        lib/mpdconnection.h \ 
    1920        lib/mpdparseutils.h \ 
     
    2122        lib/song.h 
    2223 
    23 FORMS += gui/main_window.ui 
     24FORMS += gui/main_window.ui \ 
     25        gui/preferences_dialog.ui 
    2426 
    2527SOURCES += main.cpp \ 
     
    2830        gui/musiclibrarymodel.cpp \ 
    2931        gui/playlisttablemodel.cpp \ 
     32        gui/preferences_dialog.cpp \ 
    3033        lib/mpdconnection.cpp \ 
    3134        lib/mpdparseutils.cpp \ 
Note: See TracChangeset for help on using the changeset viewer.