From 0b54e813ffd4a77c023872313de95fef69c30673 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Fri, 11 Jan 2013 21:22:34 +0000 Subject: [PATCH] added dist files for source distribution --- llcon.pro | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/llcon.pro b/llcon.pro index ae7a8390..d3970026 100755 --- a/llcon.pro +++ b/llcon.pro @@ -52,6 +52,15 @@ win32 { DEFINES += WITH_SOUND LIBS += -ljack } + + # Linux is our source distribution, include sources from other OSs + DISTFILES += mac/sound.h \ + mac/sound.cpp \ + mac/llcon.icns \ + windows/sound.h \ + windows/sound.cpp \ + windows/llcon.rc \ + windows/mainicon.ico } RCC_DIR = src/res