QTfrontend/hedgewars.pro
changeset 2003 41b3d00949ca
parent 2002 37c71f5983c9
child 2093 485e084cedc4
equal deleted inserted replaced
2002:37c71f5983c9 2003:41b3d00949ca
     7 win32 {
     7 win32 {
     8 	RC_FILE	= ./res/hedgewars.rc
     8 	RC_FILE	= ./res/hedgewars.rc
     9 }
     9 }
    10 
    10 
    11 macx{
    11 macx{
    12 	CONFIG += x86
    12 	CONFIG += x86 ppc
    13 }
    13 }
       
    14 
    14 QT += network svg xml
    15 QT += network svg xml
    15 
    16 
    16 HEADERS += binds.h \
    17 HEADERS += 	binds.h \
    17 		game.h \
    18 		game.h \
    18 		hwform.h \
    19 		hwform.h \
    19 		sdlkeys.h \
    20 		sdlkeys.h \
    20 		team.h \
    21 		team.h \
    21 		teamselect.h \
    22 		teamselect.h \
    49 		itemNum.h \
    50 		itemNum.h \
    50 		input_ip.h \
    51 		input_ip.h \
    51 		igbox.h \
    52 		igbox.h \
    52 		weaponItem.h \
    53 		weaponItem.h \
    53 		statsPage.h \
    54 		statsPage.h \
    54 		misc.h
    55 		misc.h \
       
    56 		ammoSchemeModel.h \
       
    57 		togglebutton.h \
       
    58 		namegen.h \
       
    59 		netregister.h \
       
    60 		hats.h
    55 
    61 
    56 SOURCES += binds.cpp \
    62 SOURCES +=	binds.cpp \
    57 		game.cpp \
    63 		game.cpp \
    58 		main.cpp \
    64 		main.cpp \
    59 		hwform.cpp \
    65 		hwform.cpp \
    60 		team.cpp \
    66 		team.cpp \
    61 		teamselect.cpp \
    67 		teamselect.cpp \
    87 		itemNum.cpp \
    93 		itemNum.cpp \
    88 		input_ip.cpp \
    94 		input_ip.cpp \
    89 		igbox.cpp \
    95 		igbox.cpp \
    90 		weaponItem.cpp \
    96 		weaponItem.cpp \
    91 		statsPage.cpp \
    97 		statsPage.cpp \
    92 		misc.cpp
    98 		misc.cpp \
       
    99 		ammoSchemeModel.cpp \
       
   100 		togglebutton.cpp \
       
   101 		namegen.cpp \
       
   102 		netregister.cpp \
       
   103 		hats.cpp
    93 
   104 
    94 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_bg.ts
   105 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_bg.ts
    95 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_de.ts
   106 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_de.ts
    96 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_cs.ts
   107 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_cs.ts
    97 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_en.ts
   108 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_en.ts
   111 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_zh_TW.ts
   122 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_zh_TW.ts
   112 
   123 
   113 RESOURCES += hedgewars.qrc
   124 RESOURCES += hedgewars.qrc
   114 
   125 
   115 !macx{
   126 !macx{
   116 LIBS += libSDL
   127 	LIBS += libSDL
   117 }else{
   128 }else{
   118 LIBS += -framework SDL -framework SDL_mixer -framework Ogg -framework Vorbis
   129 	LIBS += -framework SDL -framework SDL_mixer -framework Ogg -framework Vorbis
   119 }
   130 }