tools/MissionsEditor/MissionsEditor.pro
author circoficus
Fri, 29 Oct 2010 11:19:21 -0400
changeset 4013 c9b20ed3566f
parent 2596 41b46f83d088
permissions -rw-r--r--
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.

# -------------------------------------------------
# Project created by QtCreator 2009-10-21T19:51:57
# -------------------------------------------------
TARGET = MissionsEditor
TEMPLATE = app
SOURCES += main.cpp \
    editor.cpp \
    teamedit.cpp \
    hedgehogedit.cpp
HEADERS += editor.h \
    teamedit.h \
    hedgehogedit.h
FORMS += editor.ui \
    teamedit.ui \
    hedgehogedit.ui