source: trunk/examples/dialogs/sipdialog/sipdialog.pro

Last change on this file was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 478 bytes
Line 
1HEADERS = dialog.h
2SOURCES = main.cpp \
3 dialog.cpp
4
5# install
6target.path = $$[QT_INSTALL_EXAMPLES]/dialogs/sipdialog
7sources.files = $$SOURCES $$HEADERS *.pro
8sources.path = $$[QT_INSTALL_EXAMPLES]/dialogs/sipdialog
9INSTALLS += target sources
10
11symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
12wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib
13
14
Note: See TracBrowser for help on using the repository browser.