-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFrogPlay.pro
56 lines (45 loc) · 1.37 KB
/
FrogPlay.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
######################################################################
# Automatically generated by qmake (3.0) ?? ?? 5 10:09:42 2017
######################################################################
TEMPLATE = app
TARGET = FrogPlay
CONFIG(x64){
TARGET = $$TARGET"64"
}
include($$(SOUI3PATH)/demo_com.pri)
INCLUDEPATH += . \
$(SOUI3PATH)/third-part \
$(SOUI3PATH)/third-part/stdint \
QMAKE_LIBDIR += ./vlc/lib
QMAKE_LFLAGS_RELEASE += /SAFESEH:NO
QMAKE_LFLAGS_DEBUG += /SAFESEH:NO
CONFIG(debug,debug|release){
LIBS += utilitiesd.lib soui3d.lib
}
else{
LIBS += utilities.lib soui3.lib
}
LIBS += libvlc.lib libvlccore.lib
PRECOMPILED_HEADER = stdafx.h
# Input
HEADERS += AVPlayer.h \
FilesHelp.h \
MainDlg.h \
PlayListAdapter.h \
RealWndDlg.h \
RealWndDlg_URL.h \
SouiRealWndHandler.h \
TipWnd.h \
taskbarlist3-i.h \
$(SOUI3PATH)/controls.extend/SRadioBox2.h \
resource.h \
res/resource.h
SOURCES += AVPlayer.cpp \
FilesHelp.cpp \
FrogPlay.cpp \
MainDlg.cpp \
RealWndDlg.cpp \
SouiRealWndHandler.cpp \
TipWnd.cpp \
$(SOUI3PATH)/controls.extend/SRadioBox2.cpp \
RC_FILE += FrogPlay.rc