qt

作者: lindyang | 来源:发表于2023-01-30 09:55 被阅读0次
QT += core gui widgets
CONFIG += debug
TEMPLATE      = app
QMAKE_LFLAGS_WINDOWS = /SUBSYSTEM:WINDOWS,5.01
# %{CurrentProject:Name}-%{CurrentKit:FileSystemName}-%{CurrentBuild:Name}
#DESTDIR = ./
#INCLUDEPATH += $$quote(C:\Program Files\Microsoft Visual Studio 12.0\VC\include) \
#   $$quote(C:\Program Files\Microsoft SDKs\Windows\v7.1A\Include)
#LIBS += -L$$quote(C:\Program Files\Microsoft SDKs\Windows\v7.1A\Lib) -lgdi32 \
#   -L$$quote(C:\Program Files\Microsoft Visual Studio 12.0\VC\lib) -llibcpmtd
HEADERS       = plotter.h

SOURCES       = main.cpp \
                plotter.cpp
RESOURCES     = plotter.qrc

相关文章

  • Fedora19 如何安装QT

    sudo yum install qt qt-devel qt-x11 qt-doc qt-demos qt-ex...

  • Qt Designer使用技巧

    编译Qt Designer 安装Qt时,选择安装源码 用Qt Creator打开C:\Qt\Qt5.5.0\5.5...

  • Qt 安装环境

    Qt 安装 1.1 QT下载地址 http://download.qt.io/archive/qt/ 1.1.1 ...

  • QT5.9+MSVC2015+OPENCV4.0.0搭建

    1.资源准备 QT Qt所有版本http://download.qt.io/archive/qt/我下载了QT5....

  • Qt5学习地址

    Qt 学习之路 2(1):序(Qt 学习之路 2(1):序) Qt 学习之路 2(2):Qt 简介(Qt 学习之路...

  • QT

    vs2019下QT环境搭建 下载qt5.14 https://download.qt.io/archive/qt[...

  • Qt

    qt source http://download.qt.io/official_releases/qt/6.0/...

  • qt配置基于vs2019

    qt download:https://download.qt.io/archive/qt/[https://do...

  • QT下载归档目录

    https://download.qt.io/archive/qt/[https://download.qt.io...

  • All qt download link

    https://download.qt.io/archive/qt[https://download.qt.io/...

网友评论

      本文标题:qt

      本文链接:https://www.haomeiwen.com/subject/sjjmhdtx.html