summaryrefslogtreecommitdiffstats
path: root/examples/linguist/trollprint/trollprint.pro
blob: f4f60c41cfd4120ec1cf8016b14c3fbda6c5cb00 (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]/linguist/trollprint
INSTALLS += target

QT += widgets

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