Warning, /libraries/phonon/demos/phota/phota.pro is written in an unsupported language. File is not indexed.

0001 #-------------------------------------------------
0002 #
0003 # Project created by QtCreator 2010-08-14T18:47:04
0004 #
0005 #-------------------------------------------------
0006 
0007 QT       += core gui phonon
0008 
0009 TARGET = phota
0010 TEMPLATE = app
0011 
0012 
0013 SOURCES += main.cpp \
0014     mainwindow.cpp \
0015     mediacontroller.cpp \
0016     videoeffects.cpp
0017 
0018 HEADERS  += \
0019     mainwindow.h \
0020     mediacontroller.h \
0021     videoeffects.h
0022 
0023 FORMS += \
0024     videoeffects.ui