source: smplayer/trunk/src/videopreview/videopreview.pro@ 124

Last change on this file since 124 was 124, checked in by Silvan Scherrer, 13 years ago

SMPlayer: 0.7.1 trunk update

  • Property svn:eol-style set to LF
File size: 386 bytes
Line 
1CONFIG += debug
2
3HEADERS = ../lineedit_with_icon.h ../filechooser.h videopreviewconfigdialog.h videopreview.h
4SOURCES = ../lineedit_with_icon.cpp ../filechooser.cpp videopreviewconfigdialog.cpp videopreview.cpp main.cpp
5
6FORMS = videopreviewconfigdialog.ui
7
8INCLUDEPATH += ..
9DEPENDPATH += ..
10DEFINES += NO_SMPLAYER_SUPPORT
11
12unix {
13 UI_DIR = .ui
14 MOC_DIR = .moc
15 OBJECTS_DIR = .obj
16}
17
Note: See TracBrowser for help on using the repository browser.