blob: 4e01a68b96c40966d167571c7aca534b0c807df1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
HEADERS = tabdialog.h
SOURCES = main.cpp \
tabdialog.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/tabdialog
sources.files = $$SOURCES $$HEADERS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/tabdialog
INSTALLS += target sources
symbian: CONFIG += qt_example
wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib
QT += widgets
maemo5: CONFIG += qt_example
symbian: warning(This example might not fully work on Symbian platform)
maemo5: warning(This example might not fully work on Maemo platform)
|