diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-08-31 12:47:06 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-08-31 12:47:06 +0000 |
| commit | 5e7db6724d396c384211dc49a28ee5c1df19d6fc (patch) | |
| tree | 8ecae80d9d432554e34eb46b78e37ddc802a08f6 /src/src.pro | |
| parent | df0f8bf172b62e52e0504f9bfb3349d887bc3efe (diff) | |
| download | qmmp-5e7db6724d396c384211dc49a28ee5c1df19d6fc.tar.gz qmmp-5e7db6724d396c384211dc49a28ee5c1df19d6fc.tar.bz2 qmmp-5e7db6724d396c384211dc49a28ee5c1df19d6fc.zip | |
added packed skin support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@132 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/src.pro')
| -rw-r--r-- | src/src.pro | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/src/src.pro b/src/src.pro index 0e8baefe0..5b32d9aad 100644 --- a/src/src.pro +++ b/src/src.pro @@ -9,7 +9,7 @@ FORMS += configdialog.ui \ preseteditor.ui \ jumptotrackdialog.ui \ aboutdialog.ui - + HEADERS += mainwindow.h \ fileloader.h \ button.h \ @@ -57,8 +57,8 @@ HEADERS += mainwindow.h \ timeindicator.h \ keyboardmanager.h \ filedialog.h - - + + SOURCES += mainwindow.cpp \ mp3player.cpp \ fileloader.cpp \ @@ -105,9 +105,9 @@ SOURCES += mainwindow.cpp \ timeindicator.cpp \ keyboardmanager.cpp \ filedialog.cpp - - - + + + contains(CONFIG,XSPF_PLUGIN){ message(*********************************************) message(* XSPF support will be compiled as plugin *) @@ -141,6 +141,8 @@ script.path = /bin target.path = /bin INSTALLS += target script -HEADERS += addurldialog.h -SOURCES += addurldialog.cpp +HEADERS += addurldialog.h \ + skinreader.h +SOURCES += addurldialog.cpp \ + skinreader.cpp FORMS += addurldialog.ui |
