diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-03-09 10:13:49 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-03-09 10:13:49 +0000 |
| commit | f9b488772eafffe966972575241d0ff779783bec (patch) | |
| tree | 67f775a8bf84c95fa6923729126b8ac24aee24ad /src/qmmpui/qmmpui.pro | |
| parent | b843d305c6433a2935713ac6e8fdf69848869f2e (diff) | |
| download | qmmp-f9b488772eafffe966972575241d0ff779783bec.tar.gz qmmp-f9b488772eafffe966972575241d0ff779783bec.tar.bz2 qmmp-f9b488772eafffe966972575241d0ff779783bec.zip | |
added winfileaccos.h and winfileaccos.cpp
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4137 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index 82b14259e..d4a4832e9 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -26,8 +26,10 @@ unix { win32 { TARGET = ../../../bin/qmmpui LIBS += -L../../bin -lqmmp0 - HEADERS += prefassociations.h - SOURCES += prefassociations.cpp + HEADERS += prefassociations.h \ + winfileaccos.h + SOURCES += prefassociations.cpp \ + winfileaccos.cpp } HEADERS += general.h \ |
