source: trunk/examples/dialogs/standarddialogs/standarddialogs.pro@ 1039

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

trunk: Merged in qt 4.6.1 sources.

File size: 489 bytes
Line 
1HEADERS = dialog.h
2SOURCES = dialog.cpp \
3 main.cpp
4
5# install
6target.path = $$[QT_INSTALL_EXAMPLES]/dialogs/standarddialogs
7sources.files = $$SOURCES $$HEADERS *.pro
8sources.path = $$[QT_INSTALL_EXAMPLES]/dialogs/standarddialogs
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
Note: See TracBrowser for help on using the repository browser.