Build fix when building libGLESv2 on Windows with MSVC 2010
[profile/ivi/qtbase.git] / examples / tools / i18n / i18n.pro
1 HEADERS       = languagechooser.h \
2                 mainwindow.h
3 SOURCES       = languagechooser.cpp \
4                 main.cpp \
5                 mainwindow.cpp
6 RESOURCES    += i18n.qrc
7 TRANSLATIONS += translations/i18n_ar.ts \
8                 translations/i18n_cs.ts \
9                 translations/i18n_de.ts \
10                 translations/i18n_el.ts \
11                 translations/i18n_en.ts \
12                 translations/i18n_eo.ts \
13                 translations/i18n_fr.ts \
14                 translations/i18n_it.ts \
15                 translations/i18n_jp.ts \
16                 translations/i18n_ko.ts \
17                 translations/i18n_no.ts \
18                 translations/i18n_ru.ts \
19                 translations/i18n_sv.ts \
20                 translations/i18n_zh.ts
21
22 # install
23 target.path = $$[QT_INSTALL_EXAMPLES]/tools/i18n
24 sources.files = $$SOURCES $$HEADERS $$RESOURCES translations i18n.pro
25 sources.path = $$[QT_INSTALL_EXAMPLES]/tools/i18n
26 INSTALLS += target sources
27
28 QT += widgets
29
30 simulator: warning(This example might not fully work on Simulator platform)