1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
#-------------------------------------------------
#
# Project created by QtCreator 2011-03-22T19:33:11
#
#-------------------------------------------------
TEMPLATE = subdirs
TARGET = plugins
QT += gui
SUBDIRS = \
asciifile \
align \
divide \
list \
sameprop \
sample \
picfile \
plotequation \
gear
TRANSLATIONS = ./ts/plugins_ar.ts \
./ts/plugins_ca.ts \
./ts/plugins_cs.ts \
./ts/plugins_en.ts \
./ts/plugins_en_au.ts \
./ts/plugins_da.ts \
./ts/plugins_de.ts \
./ts/plugins_el.ts \
./ts/plugins_es.ts \
./ts/plugins_es_ar.ts \
./ts/plugins_es_bo.ts \
./ts/plugins_es_cl.ts \
./ts/plugins_es_co.ts \
./ts/plugins_es_cr.ts \
./ts/plugins_es_do.ts \
./ts/plugins_es_ec.ts \
./ts/plugins_es_gt.ts \
./ts/plugins_es_hn.ts \
./ts/plugins_es_mx.ts \
./ts/plugins_es_ni.ts \
./ts/plugins_es_pa.ts \
./ts/plugins_es_pe.ts \
./ts/plugins_es_pr.ts \
./ts/plugins_es_py.ts \
./ts/plugins_es_sv.ts \
./ts/plugins_es_us.ts \
./ts/plugins_es_uy.ts \
./ts/plugins_es_ve.ts \
./ts/plugins_et.ts \
./ts/plugins_eu.ts \
./ts/plugins_fi.ts \
./ts/plugins_fr.ts \
./ts/plugins_gl.ts \
./ts/plugins_hi.ts \
./ts/plugins_hu.ts \
./ts/plugins_id_ID.ts \
./ts/plugins_it.ts \
./ts/plugins_ja.ts \
./ts/plugins_ko.ts \
./ts/plugins_lv.ts \
./ts/plugins_mk.ts \
./ts/plugins_nl.ts \
./ts/plugins_no.ts \
./ts/plugins_pa.ts \
./ts/plugins_pl.ts \
./ts/plugins_pt_br.ts \
./ts/plugins_pt_pt.ts \
./ts/plugins_ro_ro.ts \
./ts/plugins_ru.ts \
./ts/plugins_sk.ts \
./ts/plugins_sl.ts \
./ts/plugins_sq_al.ts \
./ts/plugins_sv.ts \
./ts/plugins_ta.ts \
./ts/plugins_tr.ts \
./ts/plugins_uk.ts \
./ts/plugins_zh_cn.ts \
./ts/plugins_zh_tw.ts
|