From f9b488772eafffe966972575241d0ff779783bec Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 9 Mar 2014 10:13:49 +0000 Subject: 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 --- src/qmmpui/qmmpui.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/qmmpui/qmmpui.pro') 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 \ -- cgit v1.2.3-13-gbd6f