• 大小: 414KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-12
  • 语言: 其他
  • 标签: Qt5  

资源简介

Qt5 运行release版可执行程序时,查看代码的打印输出信息。(为什么描述必须大于50个字,啊?!啊?!啊?!啊?!啊?!啊?!啊?!啊?!啊?!啊?!啊?!啊?!啊?!啊?!啊?!啊?!啊?!啊?!)

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include 
#include 
#include 
#include 
#include 
#include 
#include 

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    MainWindow w;
    w.show();

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-08-19 16:24  WindowsWithCmd\
     文件       20776  2019-08-19 15:20  WindowsWithCmd\Makefile
     文件       36384  2019-08-19 15:20  WindowsWithCmd\Makefile.Debug
     文件       36453  2019-08-19 15:20  WindowsWithCmd\Makefile.Release
     文件         155  2019-08-19 15:57  WindowsWithCmd\Out.txt
     文件         657  2019-08-19 14:53  WindowsWithCmd\WindowsWithCmd.pro
     文件       23718  2019-08-19 16:18  WindowsWithCmd\WindowsWithCmd.pro.user
     目录           0  2019-08-19 16:24  WindowsWithCmd\debug\
     文件     1226017  2019-08-19 15:20  WindowsWithCmd\debug\WindowsWithCmd.exe
     文件         298  2019-08-19 14:50  WindowsWithCmd\main.cpp
     文件         691  2019-08-19 16:13  WindowsWithCmd\mainwindow.cpp
     文件         529  2019-08-19 16:13  WindowsWithCmd\mainwindow.h
     文件        1308  2019-08-19 14:54  WindowsWithCmd\mainwindow.ui
     目录           0  2019-08-19 16:24  WindowsWithCmd\release\
     文件       51712  2019-08-19 16:24  WindowsWithCmd\release\WindowsWithCmd.exe
     文件        2069  2019-08-19 16:24  WindowsWithCmd\release\main.o
     文件        9205  2019-08-19 16:24  WindowsWithCmd\release\mainwindow.o
     文件        3465  2019-08-19 16:24  WindowsWithCmd\release\moc_mainwindow.cpp
     文件        9447  2019-08-19 16:24  WindowsWithCmd\release\moc_mainwindow.o
     文件        2593  2019-08-19 16:24  WindowsWithCmd\ui_mainwindow.h

评论

共有 条评论