Last change
on this file since 176 was 176, checked in by Silvan Scherrer, 9 years ago |
smplayer: update trunk to version 16.4
|
-
Property svn:eol-style
set to
LF
|
File size:
548 bytes
|
Line | |
---|
1 | CONFIG += debug
|
---|
2 |
|
---|
3 | HEADERS = ../lineedit_with_icon.h ../filechooser.h ../playerid.h videopreviewconfigdialog.h videopreview.h
|
---|
4 | SOURCES = ../lineedit_with_icon.cpp ../filechooser.cpp ../playerid.cpp videopreviewconfigdialog.cpp videopreview.cpp main.cpp
|
---|
5 |
|
---|
6 | FORMS = videopreviewconfigdialog.ui
|
---|
7 |
|
---|
8 | INCLUDEPATH += ..
|
---|
9 | DEPENDPATH += ..
|
---|
10 | DEFINES += NO_SMPLAYER_SUPPORT MPV_SUPPORT MPLAYER_SUPPORT
|
---|
11 |
|
---|
12 | isEqual(QT_MAJOR_VERSION, 5) {
|
---|
13 | QT += widgets gui
|
---|
14 | #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x040000
|
---|
15 | }
|
---|
16 |
|
---|
17 | unix {
|
---|
18 | UI_DIR = .ui
|
---|
19 | MOC_DIR = .moc
|
---|
20 | OBJECTS_DIR = .obj
|
---|
21 | }
|
---|
22 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.