Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
z52c authored May 29, 2018
1 parent d118c18 commit f2ce18a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@ void MainWindow::on_action_3_triggered()
void MainWindow::on_pushButton_clicked()
{
qDebug()<<mp3Dir;
QDesktopServices::openUrl(QUrl(mp3Dir.toStdString().c_str(),QUrl::TolerantMode));
QDesktopServices::openUrl(QUrl::fromLocalFile(mp3Dir));
}
8 changes: 7 additions & 1 deletion musicDownloader.pro
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ FORMS += \
thanks.ui \
proxyform.ui

VERSION = 1.4.0
VERSION = 1.4.1

QMAKE_TARGET_PRODUCT = QQMusic&NeteaseMusicDownloader
QMAKE_TARGET_COMPANY = z52c
Expand All @@ -74,3 +74,9 @@ QMAKE_TARGET_COPYRIGHT = z52c

RESOURCES += \
pic.qrc


LIBS += -L"C:/OpenSSL-Win32/lib" -llibssl
LIBS += -L"C:/OpenSSL-Win32/lib" -llibcrypto

INCLUDEPATH += C:/OpenSSL-Win32/include

0 comments on commit f2ce18a

Please sign in to comment.