summaryrefslogtreecommitdiffstats
path: root/examples/linguist/hellotr/hellotr.pro
blob: 766b5369632a742fb995b2cde6593cd6c35d8a19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! [0]
SOURCES      = main.cpp
#! [0] #! [1]
TRANSLATIONS = hellotr_la.ts
#! [1]

target.path = $$[QT_INSTALL_EXAMPLES]/linguist/hellotr
INSTALLS += target

QT += widgets

simulator: warning(This example might not fully work on Simulator platform)