~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to examples/widgets/tutorials/addressbook/part7/part7.pro

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
QT += widgets
 
2
 
 
3
SOURCES   = addressbook.cpp \
 
4
            finddialog.cpp \
 
5
            main.cpp
 
6
HEADERS   = addressbook.h \
 
7
            finddialog.h
 
8
 
 
9
QMAKE_PROJECT_NAME = ab_part7
 
10
 
 
11
# install
 
12
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part7
 
13
INSTALLS += target
 
14
 
 
15
simulator: warning(This example might not fully work on Simulator platform)