blob: cecf4588490a21509012e2e03e422a71646b4ea3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
TEMPLATE = subdirs
SUBDIRS = \
voipdialerplugin \
remotedialerservice \
dialer
qtHaveModule(widgets) {
SUBDIRS += \
servicebrowser
}
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtsystems/statemachine
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS serviceframework.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtsystems/serviceframework
INSTALLS += target sources
|