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