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

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

QT += widgets

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