-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplayer.pro
35 lines (25 loc) · 847 Bytes
/
player.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
#-------------------------------------------------
#
# Project created by QtCreator 2014-04-04T14:56:06
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = player
TEMPLATE = app
SOURCES += main.cpp\
FenCodeGenere.cpp
HEADERS += \
FenCodeGenere.h
FORMS += \
qxsrexample.ui
QT += core gui xml
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../../../../../../../usr/lib/release/ -lvlc
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../../../../../../../usr/lib/debug/ -lvlc
else:unix: LIBS += -L$$PWD/../../../../../../../../usr/lib/ -lvlc
INCLUDEPATH += $$PWD/../../../../../../../../usr/include
DEPENDPATH += $$PWD/../../../../../../../../usr/include
linux-* {
target.path = /opt/
INSTALLS += target
}