Make amGirder invisible in construction mode since it allows placing anywhere in fortress. Print "insufficient power" if placement was blocked due to that, to avoid confusing noobs.
+ − find_package(Qt4 REQUIRED)
+ − include(${QT_USE_FILE})
+ −
+ − file(GLOB txttrans2 ??.txt)
+ − file(GLOB txttrans5 ?????.txt)
+ − file(GLOB tsfiles *.ts)
+ − file(GLOB luafiles *.lua)
+ − file(GLOB missionfiles missions_*.txt)
+ − file(GLOB campaignfiles campaigns_*.txt)
+ − file(GLOB tipfiles tips_*.xml)
+ −
+ − QT4_ADD_TRANSLATION(QM ${tsfiles})
+ −
+ − add_custom_target (release-translation ALL
+ − DEPENDS ${QM}
+ − COMMENT "Compiling ts files"
+ − )
+ −
+ − install(FILES
+ − ${txttrans2}
+ − ${txttrans5}
+ − ${QM}
+ − ${luafiles}
+ − ${missionfiles}
+ − ${campaignfiles}
+ − ${tipfiles}
+ − DESTINATION ${SHAREPATH}Data/Locale
+ − )
+ −