source: trunk/examples/activeqt/qutlook/qutlook.pro@ 397

Last change on this file since 397 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 575 bytes
Line 
1#! [0] #! [1]
2TEMPLATE = app
3TARGET = qutlook
4CONFIG += qaxcontainer
5
6TYPELIBS = $$system(dumpcpp -getfile {00062FFF-0000-0000-C000-000000000046})
7#! [0]
8
9isEmpty(TYPELIBS) {
10 message("Microsoft Outlook type library not found!")
11 REQUIRES += Outlook
12} else {
13#! [1] #! [2]
14 HEADERS = addressview.h
15 SOURCES = addressview.cpp main.cpp
16}
17#! [2]
18
19# install
20target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/qutlook
21sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qutlook.pro
22sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/qutlook
23INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.