project_files/hedgewars.pro
author nemo
Tue, 16 Aug 2011 23:02:27 -0400
changeset 5584 e0b9722bd653
parent 5289 9d18b61bd3eb
child 5620 05445149f2d5
permissions -rw-r--r--
Make it a lot harder to cheat with typical random crates. This also means that crates will vary even if map has the same seed (hog positions of course will be unchanged).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2522
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
     1
TEMPLATE = app
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
     2
TARGET = hedgewars
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
     3
DEPENDPATH += ../QTfrontend/
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
     4
INCLUDEPATH += ../QTfrontend/
4878
c310bab60b94 Update frontend's project file
unc0rr
parents: 4707
diff changeset
     5
INCLUDEPATH += /usr/local/include/SDL
5268
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
     6
INCLUDEPATH += /usr/include/SDL
4878
c310bab60b94 Update frontend's project file
unc0rr
parents: 4707
diff changeset
     7
2522
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
     8
DESTDIR = .
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
     9
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
    10
win32 {
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
    11
	RC_FILE	= ../QTfrontend/res/hedgewars.rc
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
    12
}
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
    13
2525
e6cdc0251cd1 remove the svg dependency
koda
parents: 2523
diff changeset
    14
QT += network
5268
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    15
QT += webkit
2522
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
    16
2546
5fa4aa6bb804 fix mac bundle
koda
parents: 2545
diff changeset
    17
HEADERS += ../QTfrontend/KB.h ../QTfrontend/SDLs.h \
5fa4aa6bb804 fix mac bundle
koda
parents: 2545
diff changeset
    18
	../QTfrontend/SquareLabel.h ../QTfrontend/about.h \
5fa4aa6bb804 fix mac bundle
koda
parents: 2545
diff changeset
    19
	../QTfrontend/ammoSchemeModel.h ../QTfrontend/bgwidget.h \
5fa4aa6bb804 fix mac bundle
koda
parents: 2545
diff changeset
    20
	../QTfrontend/binds.h ../QTfrontend/chatwidget.h \
5fa4aa6bb804 fix mac bundle
koda
parents: 2545
diff changeset
    21
	../QTfrontend/fpsedit.h ../QTfrontend/frameTeam.h \
5fa4aa6bb804 fix mac bundle
koda
parents: 2545
diff changeset
    22
	../QTfrontend/game.h ../QTfrontend/gamecfgwidget.h \
5fa4aa6bb804 fix mac bundle
koda
parents: 2545
diff changeset
    23
	../QTfrontend/gameuiconfig.h ../QTfrontend/hats.h \
5fa4aa6bb804 fix mac bundle
koda
parents: 2545
diff changeset
    24
	../QTfrontend/hedgehogerWidget.h ../QTfrontend/hwconsts.h \
5fa4aa6bb804 fix mac bundle
koda
parents: 2545
diff changeset
    25
	../QTfrontend/hwform.h ../QTfrontend/hwmap.h \
5fa4aa6bb804 fix mac bundle
koda
parents: 2545
diff changeset
    26
	../QTfrontend/igbox.h ../QTfrontend/input_ip.h \
5fa4aa6bb804 fix mac bundle
koda
parents: 2545
diff changeset
    27
	../QTfrontend/itemNum.h ../QTfrontend/mapContainer.h \
5fa4aa6bb804 fix mac bundle
koda
parents: 2545
diff changeset
    28
	../QTfrontend/misc.h ../QTfrontend/namegen.h \
5268
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    29
    ../QTfrontend/netregister.h ../QTfrontend/netserver.h \
2546
5fa4aa6bb804 fix mac bundle
koda
parents: 2545
diff changeset
    30
	../QTfrontend/netserverslist.h ../QTfrontend/netudpserver.h \
5fa4aa6bb804 fix mac bundle
koda
parents: 2545
diff changeset
    31
	../QTfrontend/netudpwidget.h ../QTfrontend/newnetclient.h \
5268
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    32
    ../QTfrontend/proto.h \
2546
5fa4aa6bb804 fix mac bundle
koda
parents: 2545
diff changeset
    33
	../QTfrontend/sdlkeys.h ../QTfrontend/selectWeapon.h \
5268
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    34
	../QTfrontend/tcpBase.h \
2546
5fa4aa6bb804 fix mac bundle
koda
parents: 2545
diff changeset
    35
	../QTfrontend/team.h ../QTfrontend/teamselect.h \
5fa4aa6bb804 fix mac bundle
koda
parents: 2545
diff changeset
    36
	../QTfrontend/teamselhelper.h ../QTfrontend/togglebutton.h \
5fa4aa6bb804 fix mac bundle
koda
parents: 2545
diff changeset
    37
	../QTfrontend/ui_hwform.h ../QTfrontend/vertScrollArea.h \
3344
b18a166e6ca4 Frontend:
smxx
parents: 3285
diff changeset
    38
	../QTfrontend/weaponItem.h ../QTfrontend/xfire.h \
4878
c310bab60b94 Update frontend's project file
unc0rr
parents: 4707
diff changeset
    39
	../QTfrontend/achievements.h \
c310bab60b94 Update frontend's project file
unc0rr
parents: 4707
diff changeset
    40
    ../QTfrontend/drawmapwidget.h \
c310bab60b94 Update frontend's project file
unc0rr
parents: 4707
diff changeset
    41
    ../QTfrontend/drawmapscene.h \
5268
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    42
    ../QTfrontend/qaspectratiolayout.h \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    43
    ../QTfrontend/pagetraining.h \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    44
    ../QTfrontend/pagesingleplayer.h \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    45
    ../QTfrontend/pageselectweapon.h \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    46
    ../QTfrontend/pagescheme.h \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    47
    ../QTfrontend/pageroomslist.h \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    48
    ../QTfrontend/pageoptions.h \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    49
    ../QTfrontend/pagenettype.h \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    50
    ../QTfrontend/pagenetserver.h \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    51
    ../QTfrontend/pagenetgame.h \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    52
    ../QTfrontend/pagenet.h \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    53
    ../QTfrontend/pagemultiplayer.h \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    54
    ../QTfrontend/pagemain.h \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    55
    ../QTfrontend/pageingame.h \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    56
    ../QTfrontend/pageinfo.h \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    57
    ../QTfrontend/pagedata.h \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    58
    ../QTfrontend/pageeditteam.h \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    59
    ../QTfrontend/pagedrawmap.h \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    60
    ../QTfrontend/pageconnecting.h \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    61
    ../QTfrontend/pagecampaign.h \
5289
9d18b61bd3eb - Implement ThemesModel (load theme icons once, store in memory, don't reload from disk every time selection changes)
unc0rr
parents: 5268
diff changeset
    62
    ../QTfrontend/pageadmin.h \
9d18b61bd3eb - Implement ThemesModel (load theme icons once, store in memory, don't reload from disk every time selection changes)
unc0rr
parents: 5268
diff changeset
    63
    ../QTfrontend/pageplayrecord.h \
9d18b61bd3eb - Implement ThemesModel (load theme icons once, store in memory, don't reload from disk every time selection changes)
unc0rr
parents: 5268
diff changeset
    64
    ../QTfrontend/pagegamestats.h \
9d18b61bd3eb - Implement ThemesModel (load theme icons once, store in memory, don't reload from disk every time selection changes)
unc0rr
parents: 5268
diff changeset
    65
    ../QTfrontend/HWApplication.h \
9d18b61bd3eb - Implement ThemesModel (load theme icons once, store in memory, don't reload from disk every time selection changes)
unc0rr
parents: 5268
diff changeset
    66
    ../QTfrontend/AbstractPage.h \
9d18b61bd3eb - Implement ThemesModel (load theme icons once, store in memory, don't reload from disk every time selection changes)
unc0rr
parents: 5268
diff changeset
    67
    ../QTfrontend/themesmodel.h
2543
bf1da5037433 - lupdate && lrelease
unc0rr
parents: 2525
diff changeset
    68
2545
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
    69
SOURCES += ../QTfrontend/SDLs.cpp ../QTfrontend/SquareLabel.cpp \
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
    70
	../QTfrontend/about.cpp ../QTfrontend/ammoSchemeModel.cpp \
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
    71
	../QTfrontend/bgwidget.cpp ../QTfrontend/binds.cpp \
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
    72
	../QTfrontend/chatwidget.cpp ../QTfrontend/fpsedit.cpp \
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
    73
	../QTfrontend/frameTeam.cpp ../QTfrontend/game.cpp \
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
    74
	../QTfrontend/gamecfgwidget.cpp ../QTfrontend/gameuiconfig.cpp \
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
    75
	../QTfrontend/hats.cpp ../QTfrontend/hedgehogerWidget.cpp \
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
    76
	../QTfrontend/hwform.cpp ../QTfrontend/hwmap.cpp \
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
    77
	../QTfrontend/igbox.cpp ../QTfrontend/input_ip.cpp \
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
    78
	../QTfrontend/itemNum.cpp ../QTfrontend/main.cpp \
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
    79
	../QTfrontend/mapContainer.cpp ../QTfrontend/misc.cpp \
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
    80
	../QTfrontend/namegen.cpp ../QTfrontend/netregister.cpp \
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
    81
	../QTfrontend/netserver.cpp ../QTfrontend/netserverslist.cpp \
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
    82
	../QTfrontend/netudpserver.cpp ../QTfrontend/netudpwidget.cpp \
5268
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    83
    ../QTfrontend/newnetclient.cpp \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    84
	../QTfrontend/proto.cpp \
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
    85
	../QTfrontend/selectWeapon.cpp \
2545
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
    86
	../QTfrontend/tcpBase.cpp ../QTfrontend/team.cpp \
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
    87
	../QTfrontend/teamselect.cpp ../QTfrontend/teamselhelper.cpp \
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
    88
	../QTfrontend/togglebutton.cpp ../QTfrontend/ui_hwform.cpp \
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
    89
	../QTfrontend/vertScrollArea.cpp ../QTfrontend/weaponItem.cpp \
4878
c310bab60b94 Update frontend's project file
unc0rr
parents: 4707
diff changeset
    90
	../QTfrontend/achievements.cpp \
c310bab60b94 Update frontend's project file
unc0rr
parents: 4707
diff changeset
    91
    ../QTfrontend/hwconsts.cpp \
c310bab60b94 Update frontend's project file
unc0rr
parents: 4707
diff changeset
    92
    ../QTfrontend/drawmapwidget.cpp \
c310bab60b94 Update frontend's project file
unc0rr
parents: 4707
diff changeset
    93
    ../QTfrontend/drawmapscene.cpp \
5094
9c3553254100 - Update .pro file
unc0rr
parents: 4878
diff changeset
    94
    ../QTfrontend/qaspectratiolayout.cpp \
9c3553254100 - Update .pro file
unc0rr
parents: 4878
diff changeset
    95
    ../QTfrontend/pagetraining.cpp \
9c3553254100 - Update .pro file
unc0rr
parents: 4878
diff changeset
    96
    ../QTfrontend/pagesingleplayer.cpp \
9c3553254100 - Update .pro file
unc0rr
parents: 4878
diff changeset
    97
    ../QTfrontend/pageselectweapon.cpp \
9c3553254100 - Update .pro file
unc0rr
parents: 4878
diff changeset
    98
    ../QTfrontend/pagescheme.cpp \
9c3553254100 - Update .pro file
unc0rr
parents: 4878
diff changeset
    99
    ../QTfrontend/pageroomslist.cpp \
9c3553254100 - Update .pro file
unc0rr
parents: 4878
diff changeset
   100
    ../QTfrontend/pageoptions.cpp \
9c3553254100 - Update .pro file
unc0rr
parents: 4878
diff changeset
   101
    ../QTfrontend/pagenettype.cpp \
9c3553254100 - Update .pro file
unc0rr
parents: 4878
diff changeset
   102
    ../QTfrontend/pagenetserver.cpp \
9c3553254100 - Update .pro file
unc0rr
parents: 4878
diff changeset
   103
    ../QTfrontend/pagenetgame.cpp \
9c3553254100 - Update .pro file
unc0rr
parents: 4878
diff changeset
   104
    ../QTfrontend/pagenet.cpp \
9c3553254100 - Update .pro file
unc0rr
parents: 4878
diff changeset
   105
    ../QTfrontend/pagemultiplayer.cpp \
9c3553254100 - Update .pro file
unc0rr
parents: 4878
diff changeset
   106
    ../QTfrontend/pagemain.cpp \
9c3553254100 - Update .pro file
unc0rr
parents: 4878
diff changeset
   107
    ../QTfrontend/pageingame.cpp \
9c3553254100 - Update .pro file
unc0rr
parents: 4878
diff changeset
   108
    ../QTfrontend/pageinfo.cpp \
5268
eedc0f8ed38b Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo
parents: 5094
diff changeset
   109
    ../QTfrontend/pagedata.cpp \
5094
9c3553254100 - Update .pro file
unc0rr
parents: 4878
diff changeset
   110
    ../QTfrontend/pageeditteam.cpp \
9c3553254100 - Update .pro file
unc0rr
parents: 4878
diff changeset
   111
    ../QTfrontend/pagedrawmap.cpp \
9c3553254100 - Update .pro file
unc0rr
parents: 4878
diff changeset
   112
    ../QTfrontend/pageconnecting.cpp \
9c3553254100 - Update .pro file
unc0rr
parents: 4878
diff changeset
   113
    ../QTfrontend/pagecampaign.cpp \
5289
9d18b61bd3eb - Implement ThemesModel (load theme icons once, store in memory, don't reload from disk every time selection changes)
unc0rr
parents: 5268
diff changeset
   114
    ../QTfrontend/pageadmin.cpp \
9d18b61bd3eb - Implement ThemesModel (load theme icons once, store in memory, don't reload from disk every time selection changes)
unc0rr
parents: 5268
diff changeset
   115
    ../QTfrontend/pagegamestats.cpp \
9d18b61bd3eb - Implement ThemesModel (load theme icons once, store in memory, don't reload from disk every time selection changes)
unc0rr
parents: 5268
diff changeset
   116
    ../QTfrontend/pageplayrecord.cpp \
9d18b61bd3eb - Implement ThemesModel (load theme icons once, store in memory, don't reload from disk every time selection changes)
unc0rr
parents: 5268
diff changeset
   117
    ../QTfrontend/HWApplication.cpp \
9d18b61bd3eb - Implement ThemesModel (load theme icons once, store in memory, don't reload from disk every time selection changes)
unc0rr
parents: 5268
diff changeset
   118
    ../QTfrontend/themesmodel.cpp
2822
0533562bc3a4 Engine:
smxx
parents: 2821
diff changeset
   119
0533562bc3a4 Engine:
smxx
parents: 2821
diff changeset
   120
win32 {
3353
a767dd3786b5 OpenAL makes a comeback! (might require some cleanup)
koda
parents: 3344
diff changeset
   121
	SOURCES += ../QTfrontend/xfire.cpp
2822
0533562bc3a4 Engine:
smxx
parents: 2821
diff changeset
   122
}
2545
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   123
4013
c9b20ed3566f An initial arabic translation. The game engine strings, unfortunately, are not mirrored. A bug should probably be filed on that. It maybe necessary to actually flip the text texture generated by SDL.
circoficus
parents: 3918
diff changeset
   124
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ar.ts 
2545
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   125
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_bg.ts 	 
4013
c9b20ed3566f An initial arabic translation. The game engine strings, unfortunately, are not mirrored. A bug should probably be filed on that. It maybe necessary to actually flip the text texture generated by SDL.
circoficus
parents: 3918
diff changeset
   126
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_cs.ts 	 
2545
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   127
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_de.ts 	 
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   128
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_en.ts 	 
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   129
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_es.ts 	 
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   130
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_fi.ts 	 
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   131
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_fr.ts 	 
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3353
diff changeset
   132
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_hu.ts 	 
2545
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   133
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_it.ts 	 
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   134
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ja.ts 	 
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents: 4418
diff changeset
   135
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ko.ts 	 
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4013
diff changeset
   136
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_nl.ts 	 
2545
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   137
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_pl.ts 	 
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   138
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_pt_BR.ts 	 
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   139
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_pt_PT.ts 	 
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   140
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts 	 
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   141
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_sk.ts 	 
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   142
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_sv.ts 	 
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   143
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_tr_TR.ts 	 
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   144
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_uk.ts 	 
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   145
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_zh_CN.ts 	 
2543
bf1da5037433 - lupdate && lrelease
unc0rr
parents: 2525
diff changeset
   146
TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_zh_TW.ts
bf1da5037433 - lupdate && lrelease
unc0rr
parents: 2525
diff changeset
   147
2522
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
   148
RESOURCES += ../QTfrontend/hedgewars.qrc
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
   149
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
   150
!macx {
4878
c310bab60b94 Update frontend's project file
unc0rr
parents: 4707
diff changeset
   151
        LIBS += -lSDL -lSDL_mixer
2522
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
   152
} else {
3353
a767dd3786b5 OpenAL makes a comeback! (might require some cleanup)
koda
parents: 3344
diff changeset
   153
	QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6
a767dd3786b5 OpenAL makes a comeback! (might require some cleanup)
koda
parents: 3344
diff changeset
   154
	QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.6.sdk
2522
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
   155
	
3353
a767dd3786b5 OpenAL makes a comeback! (might require some cleanup)
koda
parents: 3344
diff changeset
   156
	OBJECTIVE_SOURCES += ../QTfrontend/*.m ../QTfrontend/*.mm 
a767dd3786b5 OpenAL makes a comeback! (might require some cleanup)
koda
parents: 3344
diff changeset
   157
	SOURCES += ../QTfrontend/AutoUpdater.cpp ../QTfrontend/InstallController.cpp \
a767dd3786b5 OpenAL makes a comeback! (might require some cleanup)
koda
parents: 3344
diff changeset
   158
			../../build/QTfrontend/hwconsts.cpp
2545
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   159
	HEADERS += ../QTfrontend/M3InstallController.h ../QTfrontend/M3Panel.h \
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   160
		../QTfrontend/NSWorkspace_RBAdditions.h ../QTfrontend/AutoUpdater.h \
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   161
		../QTfrontend/CocoaInitializer.h ../QTfrontend/InstallController.h \
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   162
		../QTfrontend/SparkleAutoUpdater.h 
853fa5312886 update .pro file, lupdate and smaller italian translation
koda
parents: 2543
diff changeset
   163
	
3353
a767dd3786b5 OpenAL makes a comeback! (might require some cleanup)
koda
parents: 3344
diff changeset
   164
	LIBS += -lobjc -framework AppKit -framework IOKit -framework Foundation -framework SDL -framework SDL_Mixer -framework Sparkle -DSPARKLE_ENABLED 
2522
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
   165
	INCLUDEPATH += /Library/Frameworks/SDL.framework/Headers /Library/Frameworks/SDL_Mixer.framework/Headers
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
   166
	CONFIG += warn_on x86
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
   167
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
   168
 	#CONFIG += x86 ppc x86_64 ppc64
42986b9ebc74 moves project files to proper directory
koda
parents:
diff changeset
   169
}