ae09d8007c02ed486c98fe5545609b96aace3d1b
[profile/ivi/qtbase.git] / examples / ipc / localfortuneserver / localfortuneserver.pro
1 HEADERS       = server.h
2 SOURCES       = server.cpp \
3                 main.cpp
4 QT           += network
5
6 # install
7 target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/localfortuneserver
8 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS localfortuneserver.pro
9 sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/localfortuneserver
10 INSTALLS += target sources
11
12 symbian: CONFIG += qt_example
13
14