fixes for project file, added pngs

This commit is contained in:
Volker Fischer 2011-03-22 19:07:10 +00:00
parent 7570bf9a71
commit 02aab5b52b
3 changed files with 44 additions and 28 deletions

View file

@ -48,3 +48,9 @@ Required packages: QT4 (devel packages, too!), Jack (devel packages, too!)
NOTES: NOTES:
- if the file "bootstrap" is not available, skip this step - if the file "bootstrap" is not available, skip this step
Mac:
----
TODO: "qmake -spec /usr/local/Qt4.6/mkspecs/macx-g++ -macx -o Makefile llcon.pro"

View file

@ -153,43 +153,53 @@ DISTFILES += AUTHORS \
libs\celt\README \ libs\celt\README \
libs\celt\README_LLCON \ libs\celt\README_LLCON \
libs\celt\TODO \ libs\celt\TODO \
src/res/CLEDBlack.png \
src/res/CLEDBlackSmall.png \
src/res/CLEDDisabledSmall.png \
src/res/CLEDGreen.png \
src/res/CLEDGreenSmall.png \
src/res/CLEDGrey.png \
src/res/CLEDGreySmall.png \
src/res/CLEDRed.png \
src/res/CLEDRedSmall.png \
src/res/CLEDYellow.png \
src/res/CLEDYellowSmall.png \
src/res/faderbackground.png \ src/res/faderbackground.png \
src/res/faderhandle.png \ src/res/faderhandle.png \
src/res/faderhandlesmall.png \ src/res/faderhandlesmall.png \
src/res/gig.png \
src/res/HLEDGreen.png \
src/res/HLEDGreenSmall.png \
src/res/HLEDGrey.png \
src/res/HLEDGreySmall.png \
src/res/HLEDRed.png \
src/res/HLEDRedSmall.png \
src/res/HLEDYellow.png \
src/res/HLEDYellowSmall.png \
src/res/ledbuttonnotpressed.png \ src/res/ledbuttonnotpressed.png \
src/res/ledbuttonpressed.png \ src/res/ledbuttonpressed.png \
src/res/mixerboardbackground.png \ src/res/llconfronticon.png \
src/res/gig.png \ src/res/logopicture.png \
src/res/mainicon.png \ src/res/mainicon.png \
src/res/CLEDBlack.png \ src/res/mixerboardbackground.png \
src/res/CLEDGrey.png \
src/res/CLEDGreen.png \
src/res/CLEDYellow.png \
src/res/CLEDRed.png \
src/res/CLEDDisabledSmall.png \
src/res/CLEDBlackSmall.png \
src/res/CLEDGreySmall.png \
src/res/CLEDGreenSmall.png \
src/res/CLEDYellowSmall.png \
src/res/CLEDRedSmall.png \
src/res/VLEDBlack.png \ src/res/VLEDBlack.png \
src/res/VLEDGrey.png \
src/res/VLEDGreen.png \
src/res/VLEDYellow.png \
src/res/VLEDRed.png \
src/res/VLEDDisabledSmall.png \
src/res/VLEDBlackSmall.png \ src/res/VLEDBlackSmall.png \
src/res/VLEDGreySmall.png \ src/res/VLEDDisabledSmall.png \
src/res/VLEDGreen.png \
src/res/VLEDGreenSmall.png \ src/res/VLEDGreenSmall.png \
src/res/VLEDYellowSmall.png \ src/res/VLEDGrey.png \
src/res/VLEDGreySmall.png \
src/res/VLEDRed.png \
src/res/VLEDRedSmall.png \ src/res/VLEDRedSmall.png \
src/res/VLEDYellow.png \
src/res/VLEDYellowSmall.png \
src/res/VRLEDBlack.png \ src/res/VRLEDBlack.png \
src/res/VRLEDGrey.png \
src/res/VRLEDGreen.png \
src/res/VRLEDYellow.png \
src/res/VRLEDRed.png \
src/res/VRLEDBlackSmall.png \ src/res/VRLEDBlackSmall.png \
src/res/VRLEDGreySmall.png \ src/res/VRLEDGreen.png \
src/res/VRLEDGreenSmall.png \ src/res/VRLEDGreenSmall.png \
src/res/VRLEDYellowSmall.png \ src/res/VRLEDGrey.png \
src/res/VRLEDRedSmall.png src/res/VRLEDGreySmall.png \
src/res/VRLEDRed.png \
src/res/VRLEDRedSmall.png \
src/res/VRLEDYellow.png \
src/res/VRLEDYellowSmall.png

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?> <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="8,00" Version="8.00"
Name="llcon" Name="llcon"
ProjectGUID="{DBBC16FC-BBCA-4E3B-A9F4-0EC5202A8B2E}" ProjectGUID="{DBBC16FC-BBCA-4E3B-A9F4-0EC5202A8B2E}"
RootNamespace="llcon" RootNamespace="llcon"