--- a/QTfrontend/hedgewars.pro Fri Apr 17 20:13:46 2009 +0000
+++ b/QTfrontend/hedgewars.pro Sat Apr 18 12:46:56 2009 +0000
@@ -9,11 +9,12 @@
}
macx{
- CONFIG += x86
+ CONFIG += x86 ppc
}
+
QT += network svg xml
-HEADERS += binds.h \
+HEADERS += binds.h \
game.h \
hwform.h \
sdlkeys.h \
@@ -51,9 +52,14 @@
igbox.h \
weaponItem.h \
statsPage.h \
- misc.h
+ misc.h \
+ ammoSchemeModel.h \
+ togglebutton.h \
+ namegen.h \
+ netregister.h \
+ hats.h
-SOURCES += binds.cpp \
+SOURCES += binds.cpp \
game.cpp \
main.cpp \
hwform.cpp \
@@ -89,7 +95,12 @@
igbox.cpp \
weaponItem.cpp \
statsPage.cpp \
- misc.cpp
+ misc.cpp \
+ ammoSchemeModel.cpp \
+ togglebutton.cpp \
+ namegen.cpp \
+ netregister.cpp \
+ hats.cpp
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_bg.ts
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_de.ts
@@ -113,7 +124,7 @@
RESOURCES += hedgewars.qrc
!macx{
-LIBS += libSDL
+ LIBS += libSDL
}else{
-LIBS += -framework SDL -framework SDL_mixer -framework Ogg -framework Vorbis
+ LIBS += -framework SDL -framework SDL_mixer -framework Ogg -framework Vorbis
}