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

« back to all changes in this revision

Viewing changes to examples/widgets/dialogs/configdialog/configdialog.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
HEADERS     = configdialog.h \
 
4
              pages.h
 
5
SOURCES     = configdialog.cpp \
 
6
              main.cpp \
 
7
              pages.cpp
 
8
RESOURCES   += configdialog.qrc
 
9
 
 
10
# install
 
11
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/dialogs/configdialog
 
12
INSTALLS += target
 
13
 
 
14
wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib
 
15
 
 
16
simulator: warning(This example might not fully work on Simulator platform)