Remove "All rights reserved" line from license headers.
[profile/ivi/qtbase.git] / examples / linguist / trollprint / trollprint.pro
1 HEADERS       = mainwindow.h \
2                 printpanel.h
3 SOURCES       = main.cpp \
4                 mainwindow.cpp \
5                 printpanel.cpp
6 TRANSLATIONS  = trollprint_pt.ts
7
8 # install
9 target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/trollprint
10 sources.files = $$SOURCES $$HEADERS $$TRANSLATIONS *.pro
11 sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/trollprint
12 INSTALLS += target sources
13
14 QT += widgets
15
16 simulator: warning(This example might not fully work on Simulator platform)