diff options
Diffstat (limited to 'examples/phonon/phonon.pro')
-rw-r--r-- | examples/phonon/phonon.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/phonon/phonon.pro b/examples/phonon/phonon.pro new file mode 100644 index 0000000..7bb5822 --- /dev/null +++ b/examples/phonon/phonon.pro @@ -0,0 +1,12 @@ +TEMPLATE = subdirs +CONFIG += ordered +SUBDIRS = musicplayer \ + capabilities + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/phonon +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS phonon.pro README +sources.path = $$[QT_INSTALL_EXAMPLES]/phonon +INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |