diff options
| author | vovanec <vovanec@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-07-24 16:05:25 +0000 |
|---|---|---|
| committer | vovanec <vovanec@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-07-24 16:05:25 +0000 |
| commit | 6f1f9ca43a8773cdfb5e3a7d72fda79c4a442016 (patch) | |
| tree | e48d4fc57cf018e8f33442521a3f08682ff3437e /src/src.pro | |
| parent | e838956a1dee86e490701e72c1f04ced7a4fdda6 (diff) | |
| download | qmmp-6f1f9ca43a8773cdfb5e3a7d72fda79c4a442016.tar.gz qmmp-6f1f9ca43a8773cdfb5e3a7d72fda79c4a442016.tar.bz2 qmmp-6f1f9ca43a8773cdfb5e3a7d72fda79c4a442016.zip | |
added filedialog interface, fixed plugin paths
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@38 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/src.pro')
| -rw-r--r-- | src/src.pro | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/src/src.pro b/src/src.pro index 9db9ac694..0e8baefe0 100644 --- a/src/src.pro +++ b/src/src.pro @@ -8,7 +8,8 @@ include(../qmmp.pri) FORMS += configdialog.ui \ preseteditor.ui \ jumptotrackdialog.ui \ - aboutdialog.ui + aboutdialog.ui + HEADERS += mainwindow.h \ fileloader.h \ button.h \ @@ -54,7 +55,10 @@ HEADERS += mainwindow.h \ jumptotrackdialog.h \ aboutdialog.h \ timeindicator.h \ - keyboardmanager.h + keyboardmanager.h \ + filedialog.h + + SOURCES += mainwindow.cpp \ mp3player.cpp \ fileloader.cpp \ @@ -99,7 +103,11 @@ SOURCES += mainwindow.cpp \ jumptotrackdialog.cpp \ aboutdialog.cpp \ timeindicator.cpp \ - keyboardmanager.cpp + keyboardmanager.cpp \ + filedialog.cpp + + + contains(CONFIG,XSPF_PLUGIN){ message(*********************************************) message(* XSPF support will be compiled as plugin *) |
