equal
deleted
inserted
replaced
54 endif (WIN32) |
54 endif (WIN32) |
55 |
55 |
56 set(hwfr_moc_hdrs |
56 set(hwfr_moc_hdrs |
57 game.h |
57 game.h |
58 hwform.h |
58 hwform.h |
59 binds.h |
|
60 teamselect.h |
59 teamselect.h |
61 teamselhelper.h |
60 teamselhelper.h |
62 frameTeam.h |
61 frameTeam.h |
63 vertScrollArea.h |
62 vertScrollArea.h |
64 gameuiconfig.h |
63 gameuiconfig.h |
65 ui_hwform.h |
|
66 gamecfgwidget.h |
64 gamecfgwidget.h |
67 predefteams.h |
|
68 pages.h |
65 pages.h |
69 SquareLabel.h |
66 SquareLabel.h |
70 hedgehogerWidget.h |
67 hedgehogerWidget.h |
71 hwmap.h |
68 hwmap.h |
72 mapContainer.h |
69 mapContainer.h |
73 tcpBase.h |
70 tcpBase.h |
74 about.h |
71 about.h |
75 KB.h |
|
76 proto.h |
72 proto.h |
77 fpsedit.h |
73 fpsedit.h |
78 netserver.h |
74 netserver.h |
79 netconnectedclient.h |
75 netconnectedclient.h |
80 newnetclient.h |
76 newnetclient.h |
81 netudpserver.h |
77 netudpserver.h |
82 netudpwidget.h |
78 netudpwidget.h |
83 chatwidget.h) |
79 chatwidget.h) |
84 |
80 |
|
81 set(hwfr_hdrs |
|
82 binds.h |
|
83 ui_hwform.h |
|
84 predefteams.h |
|
85 KB.h |
|
86 ) |
85 |
87 |
86 set(hwfr_rez |
88 set(hwfr_rez |
87 hedgewars.qrc) |
89 hedgewars.qrc) |
88 |
90 |
89 qt4_add_resources(hwfr_rez_src |
91 qt4_add_resources(hwfr_rez_src |
93 ${hwfr_moc_hdrs}) |
95 ${hwfr_moc_hdrs}) |
94 |
96 |
95 add_executable(hedgewars WIN32 |
97 add_executable(hedgewars WIN32 |
96 ${hwfr_src} |
98 ${hwfr_src} |
97 ${hwfr_moc_srcs} |
99 ${hwfr_moc_srcs} |
|
100 ${hwfr_hdrs} |
98 ${hwfr_rez_src}) |
101 ${hwfr_rez_src}) |
99 |
102 |
100 target_link_libraries(hedgewars |
103 target_link_libraries(hedgewars |
101 ${QT_QTCORE_LIBRARY} |
104 ${QT_QTCORE_LIBRARY} |
102 ${QT_QTGUI_LIBRARY} |
105 ${QT_QTGUI_LIBRARY} |