summaryrefslogtreecommitdiffstats
path: root/examples/linguist/trollprint/trollprint.pro
blob: a02cd1557248339a4c4cc2b0cf61a1dbbc64807e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HEADERS       = mainwindow.h \
                printpanel.h
SOURCES       = main.cpp \
                mainwindow.cpp \
                printpanel.cpp
TRANSLATIONS  = trollprint_pt.ts

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

QT += widgets

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