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:
590 bytes
|
Line | |
---|
1 | HEADERS = configdialog.h \
|
---|
2 | pages.h
|
---|
3 | SOURCES = configdialog.cpp \
|
---|
4 | main.cpp \
|
---|
5 | pages.cpp
|
---|
6 | RESOURCES += configdialog.qrc
|
---|
7 |
|
---|
8 | # install
|
---|
9 | target.path = $$[QT_INSTALL_EXAMPLES]/dialogs/configdialog
|
---|
10 | sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro images
|
---|
11 | sources.path = $$[QT_INSTALL_EXAMPLES]/dialogs/configdialog
|
---|
12 | INSTALLS += target sources
|
---|
13 |
|
---|
14 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
15 | wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib
|
---|
16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.