fix mac bundle
authorkoda
Sun, 18 Oct 2009 14:36:01 +0000
changeset 2546 5fa4aa6bb804
parent 2545 853fa5312886
child 2547 04b862264c4a
fix mac bundle
project_files/hedgewars.pro
tools/CMakeLists.txt
--- a/project_files/hedgewars.pro	Sun Oct 18 14:31:22 2009 +0000
+++ b/project_files/hedgewars.pro	Sun Oct 18 14:36:01 2009 +0000
@@ -10,28 +10,28 @@
 
 QT += network
 
-HEADERS += ../QTfrontend/KB.h ../QTfrontend/SDLs.h
-	../QTfrontend/SquareLabel.h ../QTfrontend/about.h
-	../QTfrontend/ammoSchemeModel.h ../QTfrontend/bgwidget.h
-	../QTfrontend/binds.h ../QTfrontend/chatwidget.h
-	../QTfrontend/fpsedit.h ../QTfrontend/frameTeam.h
-	../QTfrontend/game.h ../QTfrontend/gamecfgwidget.h
-	../QTfrontend/gameuiconfig.h ../QTfrontend/hats.h
-	../QTfrontend/hedgehogerWidget.h ../QTfrontend/hwconsts.h
-	../QTfrontend/hwform.h ../QTfrontend/hwmap.h
-	../QTfrontend/igbox.h ../QTfrontend/input_ip.h
-	../QTfrontend/itemNum.h ../QTfrontend/mapContainer.h
-	../QTfrontend/misc.h ../QTfrontend/namegen.h
-	../QTfrontend/netregister.h ../QTfrontend/netserver.h
-	../QTfrontend/netserverslist.h ../QTfrontend/netudpserver.h
-	../QTfrontend/netudpwidget.h ../QTfrontend/newnetclient.h
-	../QTfrontend/pages.h ../QTfrontend/playrecordpage.h
-	../QTfrontend/predefteams.h ../QTfrontend/proto.h
-	../QTfrontend/sdlkeys.h ../QTfrontend/selectWeapon.h
-	../QTfrontend/statsPage.h ../QTfrontend/tcpBase.h
-	../QTfrontend/team.h ../QTfrontend/teamselect.h
-	../QTfrontend/teamselhelper.h ../QTfrontend/togglebutton.h
-	../QTfrontend/ui_hwform.h ../QTfrontend/vertScrollArea.h
+HEADERS += ../QTfrontend/KB.h ../QTfrontend/SDLs.h \
+	../QTfrontend/SquareLabel.h ../QTfrontend/about.h \
+	../QTfrontend/ammoSchemeModel.h ../QTfrontend/bgwidget.h \
+	../QTfrontend/binds.h ../QTfrontend/chatwidget.h \
+	../QTfrontend/fpsedit.h ../QTfrontend/frameTeam.h \
+	../QTfrontend/game.h ../QTfrontend/gamecfgwidget.h \
+	../QTfrontend/gameuiconfig.h ../QTfrontend/hats.h \
+	../QTfrontend/hedgehogerWidget.h ../QTfrontend/hwconsts.h \
+	../QTfrontend/hwform.h ../QTfrontend/hwmap.h \
+	../QTfrontend/igbox.h ../QTfrontend/input_ip.h \
+	../QTfrontend/itemNum.h ../QTfrontend/mapContainer.h \
+	../QTfrontend/misc.h ../QTfrontend/namegen.h \
+	../QTfrontend/netregister.h ../QTfrontend/netserver.h \
+	../QTfrontend/netserverslist.h ../QTfrontend/netudpserver.h \
+	../QTfrontend/netudpwidget.h ../QTfrontend/newnetclient.h \
+	../QTfrontend/pages.h ../QTfrontend/playrecordpage.h \
+	../QTfrontend/predefteams.h ../QTfrontend/proto.h \
+	../QTfrontend/sdlkeys.h ../QTfrontend/selectWeapon.h \
+	../QTfrontend/statsPage.h ../QTfrontend/tcpBase.h \
+	../QTfrontend/team.h ../QTfrontend/teamselect.h \
+	../QTfrontend/teamselhelper.h ../QTfrontend/togglebutton.h \
+	../QTfrontend/ui_hwform.h ../QTfrontend/vertScrollArea.h \
 	../QTfrontend/weaponItem.h 
 
 SOURCES += ../QTfrontend/SDLs.cpp ../QTfrontend/SquareLabel.cpp \
--- a/tools/CMakeLists.txt	Sun Oct 18 14:31:22 2009 +0000
+++ b/tools/CMakeLists.txt	Sun Oct 18 14:36:01 2009 +0000
@@ -1,5 +1,6 @@
 if (APPLE AND BUNDLE)
 
+find_package(OGGVORBIS)
 find_program(macdeployqt_EXE NAMES macdeployqt macdeployqt-mac)
 
 if(NOT macdeployqt_EXE)