1 Star 0 Fork 57

冰蓝小子/TTKMusicplayer

forked from Greedysky/TTKMusicplayer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
TTKMusicPlayer.pri 2.92 KB
一键复制 编辑 原始数据 按行查看 历史
Greedysky 提交于 2021-10-08 23:00 . Bump version 2.15.4.0 Final
# =================================================
# * This file is part of the TTK Music Player project
# * Copyright (C) 2015 - 2021 Greedysky Studio
#
# * This program is free software; you can redistribute it and/or modify
# * it under the terms of the GNU General Public License as published by
# * the Free Software Foundation; either version 3 of the License, or
# * (at your option) any later version.
#
# * This program is distributed in the hope that it will be useful,
# * but WITHOUT ANY WARRANTY; without even the implied warranty of
# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# * GNU General Public License for more details.
#
# * You should have received a copy of the GNU General Public License along
# * with this program; If not, see <http://www.gnu.org/licenses/>.
# =================================================
QT += core gui xml
equals(QT_MAJOR_VERSION, 4){
QT += network
CONFIG += gcc
}
equals(QT_MAJOR_VERSION, 5){
QT += widgets multimedia
}
include($$PWD/TTKVersion.pri)
DESTDIR = $$OUT_PWD/../bin/$$TTKMusicPlayer
##openssl lib check
win32{
SSL_DEPANDS = $$DESTDIR/ssleay32.dll
SSL_DEPANDS = $$replace(SSL_DEPANDS, /, \\)
# exists($$SSL_DEPANDS):LIBS += -L$$DESTDIR -lssl
}
unix:!mac{
SSL_DEPANDS = $$DESTDIR/libssleay32.so
exists($$SSL_DEPANDS):LIBS += -L$$DESTDIR -lssl
}
win32{
LIBS += -lIphlpapi -lVersion -lole32 -luuid
equals(QT_MAJOR_VERSION, 5){
greaterThan(QT_MINOR_VERSION, 1):QT += winextras
msvc{
LIBS += -L$$DESTDIR -lTTKqmmp -lTTKUi -lTTKExtras -lTTKWatcher -lTTKDumper -lzlib -lTTKZip -luser32
CONFIG += c++11
!contains(QMAKE_TARGET.arch, x86_64){
#support on windows XP
QMAKE_LFLAGS_WINDOWS = /SUBSYSTEM:WINDOWS,5.01
QMAKE_LFLAGS_CONSOLE = /SUBSYSTEM:CONSOLE,5.01
}
}
gcc{
QMAKE_CXXFLAGS += -std=c++11 -Wunused-function -Wunused-result -Wswitch
LIBS += -L$$DESTDIR -lTTKqmmp -lTTKUi -lTTKExtras -lTTKWatcher -lTTKDumper -lzlib -lTTKZip
}
}
equals(QT_MAJOR_VERSION, 4){
QT += multimedia
gcc{
QMAKE_CXXFLAGS += -std=c++11 -Wunused-function -Wunused-result -Wswitch
LIBS += -L$$DESTDIR -lTTKqmmp -lTTKUi -lTTKExtras -lTTKWatcher -lTTKDumper -lzlib -lTTKZip
}
}
}
unix:!mac{
equals(QT_MAJOR_VERSION, 4){
QMAKE_CXXFLAGS += -I/usr/include/QtMultimediaKit \
-I/usr/include/QtMobility
LIBS += -lQtMultimediaKit
}
QMAKE_CXXFLAGS += -std=c++11 -Wunused-function -Wunused-result -Wswitch
LIBS += -L$$DESTDIR -lTTKqmmp -lTTKUi -lTTKExtras -lTTKWatcher -lTTKDumper -lzlib -lTTKZip
}
DEFINES += TTK_LIBRARY QMMP_LIBRARY
#########################################
include($$PWD/TTKCommon/TTKCommon.pri)
include($$PWD/TTKThirdParty/TTKThirdParty.pri)
#########################################
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/blansj_admin/Musicplayer.git
[email protected]:blansj_admin/Musicplayer.git
blansj_admin
Musicplayer
TTKMusicplayer
master

搜索帮助