diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-06-17 18:37:57 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-06-17 18:37:57 +0000 |
| commit | 93fe2bd08e49b4c36ce0c8b7577c40d408e6204e (patch) | |
| tree | cb87d161a74fd8de2f7a81c5d036f9f45d16e5aa /src/app/app.pro | |
| parent | eda5f36eceebad99432855160a966e3871e6ab03 (diff) | |
| download | qmmp-93fe2bd08e49b4c36ce0c8b7577c40d408e6204e.tar.gz qmmp-93fe2bd08e49b4c36ce0c8b7577c40d408e6204e.tar.bz2 qmmp-93fe2bd08e49b4c36ce0c8b7577c40d408e6204e.zip | |
reverted r6471
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6472 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/app/app.pro')
| -rw-r--r-- | src/app/app.pro | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/app/app.pro b/src/app/app.pro index cf1e8e546..7b7a58e94 100644 --- a/src/app/app.pro +++ b/src/app/app.pro @@ -3,16 +3,14 @@ include(../../qmmp.pri) HEADERS += qmmpstarter.h \ builtincommandlineoption.h \ lxdesupport.h \ - qmmpapplication.h \ - unitysupport.h + qmmpapplication.h SOURCES += \ qmmpstarter.cpp \ builtincommandlineoption.cpp \ lxdesupport.cpp \ main.cpp \ - qmmpapplication.cpp \ - unitysupport.cpp + qmmpapplication.cpp |
