Last change
on this file was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
495 bytes
|
Line | |
---|
1 | TEMPLATE = lib
|
---|
2 | TARGET = phononwidgets
|
---|
3 | CONFIG += qt warn_on plugin
|
---|
4 | QT += phonon
|
---|
5 |
|
---|
6 | include(../plugins.pri)
|
---|
7 | build_all:!build_pass {
|
---|
8 | CONFIG -= build_all
|
---|
9 | CONFIG += release
|
---|
10 | }
|
---|
11 |
|
---|
12 | # Input
|
---|
13 | SOURCES += videoplayerplugin.cpp \
|
---|
14 | videoplayertaskmenu.cpp \
|
---|
15 | seeksliderplugin.cpp \
|
---|
16 | volumesliderplugin.cpp \
|
---|
17 | phononcollection.cpp
|
---|
18 |
|
---|
19 | HEADERS += videoplayerplugin.h \
|
---|
20 | videoplayertaskmenu.h \
|
---|
21 | seeksliderplugin.h \
|
---|
22 | volumesliderplugin.h
|
---|
23 |
|
---|
24 | RESOURCES += phononwidgets.qrc
|
---|
Note:
See
TracBrowser
for help on using the repository browser.