Advertisement
zondoran

Untitled

Apr 18th, 2011
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2011-04-13T19:52:16
  4. #
  5. #-------------------------------------------------
  6.  
  7. QT       += core gui phonon
  8.  
  9. TARGET = MyPhonon
  10. TEMPLATE = app
  11.  
  12.  
  13. SOURCES += source/main.cpp\
  14.     source/phononvideoplayer.cpp \
  15.     source/stringlisthandle.cpp
  16.  
  17. HEADERS  += \
  18.     source/phononvideoplayer.h \
  19.     source/stringlisthandle.h
  20.  
  21. FORMS    += \
  22.     ui/phononvideoplayer.ui
  23.  
  24. RESOURCES += \
  25.     resources.qrc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement