summaryrefslogtreecommitdiffstats
path: root/examples/webkit/googlechat/googlechat.pro
blob: 14b7085a82d40d129db75f6d3ee5cb7da6545835 (plain)
1
2
3
4
5
6
7
8
9
10
11
QT      +=  webkit
HEADERS =   googlechat.h
SOURCES =   main.cpp \
            googlechat.cpp
FORMS = form.ui

# install
target.path = $$[QT_INSTALL_EXAMPLES]/webkit/googlechat
sources.files = $$SOURCES $$HEADERS $$FORMS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/webkit/googlechat
INSTALLS += target sources