This repository was archived by the owner on May 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!DOCTYPE QtCreatorProject >
3- <!-- Written by QtCreator 4.9.2, 2019-09-05T23:38:28 . -->
3+ <!-- Written by QtCreator 4.9.2, 2019-09-05T23:45:22 . -->
44<qtcreator >
55 <data >
66 <variable >EnvironmentId</variable >
6767 <value type =" QString" key =" ProjectExplorer.ProjectConfiguration.DefaultDisplayName" >Desktop Qt 5.13.0 MSVC2017 64bit</value >
6868 <value type =" QString" key =" ProjectExplorer.ProjectConfiguration.DisplayName" >Desktop Qt 5.13.0 MSVC2017 64bit</value >
6969 <value type =" QString" key =" ProjectExplorer.ProjectConfiguration.Id" >qt.qt5.5130.win64_msvc2017_64_kit</value >
70- <value type =" int" key =" ProjectExplorer.Target.ActiveBuildConfiguration" >0 </value >
70+ <value type =" int" key =" ProjectExplorer.Target.ActiveBuildConfiguration" >1 </value >
7171 <value type =" int" key =" ProjectExplorer.Target.ActiveDeployConfiguration" >0</value >
7272 <value type =" int" key =" ProjectExplorer.Target.ActiveRunConfiguration" >0</value >
7373 <valuemap type =" QVariantMap" key =" ProjectExplorer.Target.BuildConfiguration.0" >
317317 <value type =" bool" key =" RunConfiguration.UseQmlDebugger" >false</value >
318318 <value type =" bool" key =" RunConfiguration.UseQmlDebuggerAuto" >true</value >
319319 <value type =" QString" key =" RunConfiguration.WorkingDirectory" ></value >
320- <value type =" QString" key =" RunConfiguration.WorkingDirectory.default" >D:/Home/Programming and computers/C/c++/Qt_projects/BloodyPlayer_debug </value >
320+ <value type =" QString" key =" RunConfiguration.WorkingDirectory.default" >D:/Home/Programming and computers/C/c++/Qt_projects/BloodyPlayer_release </value >
321321 </valuemap >
322322 <value type =" int" key =" ProjectExplorer.Target.RunConfigurationCount" >1</value >
323323 </valuemap >
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ void MainWindow::on_actionOpen_triggered()
299299
300300void MainWindow::on_actionAbout_triggered ()
301301{
302- QMessageBox::information (nullptr , " Bloody Player" , " Bloody Player v1.15.8 .\n Copyright (c) 2019 Flone." );
302+ QMessageBox::information (nullptr , " Bloody Player" , " Bloody Player v1.16.0 .\n Copyright (c) 2019 Flone." );
303303}
304304
305305void MainWindow::on_pushButton_Play_clicked ()
You can’t perform that action at this time.
0 commit comments