added dist files for source distribution
This commit is contained in:
parent
ca17349b12
commit
0b54e813ff
1 changed files with 9 additions and 0 deletions
|
@ -52,6 +52,15 @@ win32 {
|
||||||
DEFINES += WITH_SOUND
|
DEFINES += WITH_SOUND
|
||||||
LIBS += -ljack
|
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
|
RCC_DIR = src/res
|
||||||
|
|
Loading…
Reference in a new issue