开始用vs来写,原版的ide太难用了
This commit is contained in:
@@ -1 +1,3 @@
|
|||||||
build*
|
build*
|
||||||
|
|
||||||
|
.vs
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
QMAKE_CXX.QT_COMPILER_STDCXX = 199711L
|
||||||
|
QMAKE_CXX.QMAKE_MSC_VER = 1930
|
||||||
|
QMAKE_CXX.QMAKE_MSC_FULL_VER = 193030706
|
||||||
|
QMAKE_CXX.COMPILER_MACROS = \
|
||||||
|
QT_COMPILER_STDCXX \
|
||||||
|
QMAKE_MSC_VER \
|
||||||
|
QMAKE_MSC_FULL_VER
|
||||||
|
QMAKE_CXX.INCDIRS = \
|
||||||
|
"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.30.30705\\ATLMFC\\include" \
|
||||||
|
"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.30.30705\\include" \
|
||||||
|
"C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt" \
|
||||||
|
"C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.19041.0\\\\shared" \
|
||||||
|
"C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.19041.0\\\\um" \
|
||||||
|
"C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.19041.0\\\\winrt" \
|
||||||
|
"C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.19041.0\\\\cppwinrt"
|
||||||
|
QMAKE_CXX.LIBDIRS = \
|
||||||
|
"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.30.30705\\ATLMFC\\lib\\x64" \
|
||||||
|
"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.30.30705\\lib\\x64" \
|
||||||
|
"C:\\Program Files (x86)\\Windows Kits\\10\\lib\\10.0.19041.0\\ucrt\\x64" \
|
||||||
|
"C:\\Program Files (x86)\\Windows Kits\\10\\\\lib\\10.0.19041.0\\\\um\\x64"
|
||||||
Binary file not shown.
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project>
|
||||||
|
<ProjectOutputs>
|
||||||
|
<ProjectOutput>
|
||||||
|
<FullPath>C:\Users\wuwen\Desktop\tcp_ip_scan\ip_sacaner\debug\ip_sacaner.exe</FullPath>
|
||||||
|
</ProjectOutput>
|
||||||
|
</ProjectOutputs>
|
||||||
|
<ContentFiles />
|
||||||
|
<SatelliteDlls />
|
||||||
|
<NonRecipeFileRefs />
|
||||||
|
</Project>
|
||||||
Binary file not shown.
@@ -0,0 +1,5 @@
|
|||||||
|
Generate moc_predefs.h
|
||||||
|
main.cpp
|
||||||
|
widget.cpp
|
||||||
|
moc_widget.cpp
|
||||||
|
ip_sacaner.vcxproj -> C:\Users\wuwen\Desktop\tcp_ip_scan\ip_sacaner\debug\ip_sacaner.exe
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
|||||||
|
^C:\USERS\WUWEN\DESKTOP\TCP_IP_SCAN\IP_SACANER\DEBUG\MOC_PREDEFS.H.CBT
|
||||||
|
cl -Bx"C:\Qt\6.2.2\msvc2019_64\bin\qmake.exe" -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -permissive- -Zc:__cplusplus -Zc:externConstexpr -Zi -MDd -std:c++17 -utf-8 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E C:\Qt\6.2.2\msvc2019_64\mkspecs\features\data\dummy.cpp 2>NUL >debug\moc_predefs.h
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
^C:\USERS\WUWEN\DESKTOP\TCP_IP_SCAN\IP_SACANER\DEBUG\MOC_PREDEFS.H.CBT
|
||||||
|
C:\QT\6.2.2\MSVC2019_64\MKSPECS\FEATURES\DATA\DUMMY.CPP
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
^C:\USERS\WUWEN\DESKTOP\TCP_IP_SCAN\IP_SACANER\DEBUG\MOC_PREDEFS.H.CBT
|
||||||
|
C:\USERS\WUWEN\DESKTOP\TCP_IP_SCAN\IP_SACANER\DEBUG\MOC_PREDEFS.H
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.30.30705:TargetPlatformVersion=10.0.19041.0:
|
||||||
|
Debug|x64|C:\Users\wuwen\Desktop\tcp_ip_scan\ip_sacaner\|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
|||||||
|
C:\Users\wuwen\Desktop\tcp_ip_scan\ip_sacaner\debug\ip_sacaner.exe
|
||||||
Binary file not shown.
@@ -0,0 +1,13 @@
|
|||||||
|
#define _MSC_EXTENSIONS
|
||||||
|
#define _MSC_VER 1930
|
||||||
|
#define _MSC_FULL_VER 193030706
|
||||||
|
#define _MSC_BUILD 0
|
||||||
|
#define _M_AMD64 100
|
||||||
|
#define _M_X64 100
|
||||||
|
#define _WIN64
|
||||||
|
#define _WIN32
|
||||||
|
#define _CPPRTTI
|
||||||
|
#define _DEBUG
|
||||||
|
#define _MT
|
||||||
|
#define _DLL
|
||||||
|
#define _UTF8
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
This is a dummy file needed to create debug/moc_predefs.h
|
||||||
@@ -0,0 +1,98 @@
|
|||||||
|
/****************************************************************************
|
||||||
|
** Meta object code from reading C++ file 'widget.h'
|
||||||
|
**
|
||||||
|
** Created by: The Qt Meta Object Compiler version 68 (Qt 6.2.2)
|
||||||
|
**
|
||||||
|
** WARNING! All changes made in this file will be lost!
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
|
#include "../widget.h"
|
||||||
|
#include <QtCore/qbytearray.h>
|
||||||
|
#include <QtCore/qmetatype.h>
|
||||||
|
#if !defined(Q_MOC_OUTPUT_REVISION)
|
||||||
|
#error "The header file 'widget.h' doesn't include <QObject>."
|
||||||
|
#elif Q_MOC_OUTPUT_REVISION != 68
|
||||||
|
#error "This file was generated using the moc from 6.2.2. It"
|
||||||
|
#error "cannot be used with the include files from this version of Qt."
|
||||||
|
#error "(The moc has changed too much.)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
QT_BEGIN_MOC_NAMESPACE
|
||||||
|
QT_WARNING_PUSH
|
||||||
|
QT_WARNING_DISABLE_DEPRECATED
|
||||||
|
struct qt_meta_stringdata_Widget_t {
|
||||||
|
const uint offsetsAndSize[2];
|
||||||
|
char stringdata0[7];
|
||||||
|
};
|
||||||
|
#define QT_MOC_LITERAL(ofs, len) \
|
||||||
|
uint(offsetof(qt_meta_stringdata_Widget_t, stringdata0) + ofs), len
|
||||||
|
static const qt_meta_stringdata_Widget_t qt_meta_stringdata_Widget = {
|
||||||
|
{
|
||||||
|
QT_MOC_LITERAL(0, 6) // "Widget"
|
||||||
|
|
||||||
|
},
|
||||||
|
"Widget"
|
||||||
|
};
|
||||||
|
#undef QT_MOC_LITERAL
|
||||||
|
|
||||||
|
static const uint qt_meta_data_Widget[] = {
|
||||||
|
|
||||||
|
// content:
|
||||||
|
10, // revision
|
||||||
|
0, // classname
|
||||||
|
0, 0, // classinfo
|
||||||
|
0, 0, // methods
|
||||||
|
0, 0, // properties
|
||||||
|
0, 0, // enums/sets
|
||||||
|
0, 0, // constructors
|
||||||
|
0, // flags
|
||||||
|
0, // signalCount
|
||||||
|
|
||||||
|
0 // eod
|
||||||
|
};
|
||||||
|
|
||||||
|
void Widget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
||||||
|
{
|
||||||
|
(void)_o;
|
||||||
|
(void)_id;
|
||||||
|
(void)_c;
|
||||||
|
(void)_a;
|
||||||
|
}
|
||||||
|
|
||||||
|
const QMetaObject Widget::staticMetaObject = { {
|
||||||
|
QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
|
||||||
|
qt_meta_stringdata_Widget.offsetsAndSize,
|
||||||
|
qt_meta_data_Widget,
|
||||||
|
qt_static_metacall,
|
||||||
|
nullptr,
|
||||||
|
qt_incomplete_metaTypeArray<qt_meta_stringdata_Widget_t
|
||||||
|
, QtPrivate::TypeAndForceComplete<Widget, std::true_type>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
>,
|
||||||
|
nullptr
|
||||||
|
} };
|
||||||
|
|
||||||
|
|
||||||
|
const QMetaObject *Widget::metaObject() const
|
||||||
|
{
|
||||||
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
||||||
|
}
|
||||||
|
|
||||||
|
void *Widget::qt_metacast(const char *_clname)
|
||||||
|
{
|
||||||
|
if (!_clname) return nullptr;
|
||||||
|
if (!strcmp(_clname, qt_meta_stringdata_Widget.stringdata0))
|
||||||
|
return static_cast<void*>(this);
|
||||||
|
return QWidget::qt_metacast(_clname);
|
||||||
|
}
|
||||||
|
|
||||||
|
int Widget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
||||||
|
{
|
||||||
|
_id = QWidget::qt_metacall(_c, _id, _a);
|
||||||
|
return _id;
|
||||||
|
}
|
||||||
|
QT_WARNING_POP
|
||||||
|
QT_END_MOC_NAMESPACE
|
||||||
Binary file not shown.
@@ -0,0 +1,56 @@
|
|||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<Qt_DEFINES_>UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;QT_WIDGETS_LIB;QT_GUI_LIB;QT_NETWORK_LIB;QT_CORE_LIB</Qt_DEFINES_>
|
||||||
|
<Qt_INCLUDEPATH_>C:\Qt\6.2.2\msvc2019_64\include;C:\Qt\6.2.2\msvc2019_64\include\QtWidgets;C:\Qt\6.2.2\msvc2019_64\include\QtGui;C:\Qt\6.2.2\msvc2019_64\include\QtNetwork;C:\Qt\6.2.2\msvc2019_64\include\QtCore;/include;C:\Qt\6.2.2\msvc2019_64\mkspecs\win32-msvc</Qt_INCLUDEPATH_>
|
||||||
|
<Qt_LIBS_>C:\Qt\6.2.2\msvc2019_64\lib\Qt6Widgetsd.lib;C:\Qt\6.2.2\msvc2019_64\lib\Qt6Guid.lib;C:\Qt\6.2.2\msvc2019_64\lib\Qt6Networkd.lib;C:\Qt\6.2.2\msvc2019_64\lib\Qt6Cored.lib;C:\Qt\6.2.2\msvc2019_64\lib\Qt6EntryPointd.lib;shell32.lib</Qt_LIBS_>
|
||||||
|
<QMake_QT_SYSROOT_></QMake_QT_SYSROOT_>
|
||||||
|
<QMake_QT_INSTALL_PREFIX_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_INSTALL_PREFIX_>
|
||||||
|
<QMake_QT_INSTALL_ARCHDATA_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_INSTALL_ARCHDATA_>
|
||||||
|
<QMake_QT_INSTALL_DATA_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_INSTALL_DATA_>
|
||||||
|
<QMake_QT_INSTALL_DOCS_>C:/Qt/Docs/Qt-6.2.2</QMake_QT_INSTALL_DOCS_>
|
||||||
|
<QMake_QT_INSTALL_HEADERS_>C:/Qt/6.2.2/msvc2019_64/include</QMake_QT_INSTALL_HEADERS_>
|
||||||
|
<QMake_QT_INSTALL_LIBS_>C:/Qt/6.2.2/msvc2019_64/lib</QMake_QT_INSTALL_LIBS_>
|
||||||
|
<QMake_QT_INSTALL_LIBEXECS_>C:/Qt/6.2.2/msvc2019_64/bin</QMake_QT_INSTALL_LIBEXECS_>
|
||||||
|
<QMake_QT_INSTALL_BINS_>C:/Qt/6.2.2/msvc2019_64/bin</QMake_QT_INSTALL_BINS_>
|
||||||
|
<QMake_QT_INSTALL_TESTS_>C:/Qt/6.2.2/msvc2019_64/tests</QMake_QT_INSTALL_TESTS_>
|
||||||
|
<QMake_QT_INSTALL_PLUGINS_>C:/Qt/6.2.2/msvc2019_64/plugins</QMake_QT_INSTALL_PLUGINS_>
|
||||||
|
<QMake_QT_INSTALL_QML_>C:/Qt/6.2.2/msvc2019_64/qml</QMake_QT_INSTALL_QML_>
|
||||||
|
<QMake_QT_INSTALL_TRANSLATIONS_>C:/Qt/6.2.2/msvc2019_64/translations</QMake_QT_INSTALL_TRANSLATIONS_>
|
||||||
|
<QMake_QT_INSTALL_CONFIGURATION_></QMake_QT_INSTALL_CONFIGURATION_>
|
||||||
|
<QMake_QT_INSTALL_EXAMPLES_>C:/Qt/Examples/Qt-6.2.2</QMake_QT_INSTALL_EXAMPLES_>
|
||||||
|
<QMake_QT_INSTALL_DEMOS_>C:/Qt/Examples/Qt-6.2.2</QMake_QT_INSTALL_DEMOS_>
|
||||||
|
<QMake_QT_HOST_PREFIX_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_HOST_PREFIX_>
|
||||||
|
<QMake_QT_HOST_DATA_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_HOST_DATA_>
|
||||||
|
<QMake_QT_HOST_BINS_>C:/Qt/6.2.2/msvc2019_64/bin</QMake_QT_HOST_BINS_>
|
||||||
|
<QMake_QT_HOST_LIBEXECS_>C:/Qt/6.2.2/msvc2019_64/bin</QMake_QT_HOST_LIBEXECS_>
|
||||||
|
<QMake_QT_HOST_LIBS_>C:/Qt/6.2.2/msvc2019_64/lib</QMake_QT_HOST_LIBS_>
|
||||||
|
<QMake_QMAKE_SPEC_>win32-msvc</QMake_QMAKE_SPEC_>
|
||||||
|
<QMake_QMAKE_XSPEC_>win32-msvc</QMake_QMAKE_XSPEC_>
|
||||||
|
<QMake_QMAKE_VERSION_>3.1</QMake_QMAKE_VERSION_>
|
||||||
|
<QMake_QT_VERSION_>6.2.2</QMake_QT_VERSION_>
|
||||||
|
<Qt_INCLUDEPATH_
|
||||||
|
>$(Qt_INCLUDEPATH_);Debug;C:\Users\wuwen\Desktop\tcp_ip_scan\ip_sacaner</Qt_INCLUDEPATH_>
|
||||||
|
<QtBkup_QtInstall
|
||||||
|
>6.2.2_msvc2019_64</QtBkup_QtInstall>
|
||||||
|
<QtBkup_QtModules
|
||||||
|
>core;network;gui;widgets</QtBkup_QtModules>
|
||||||
|
<QtBkup_QtPathBinaries
|
||||||
|
>bin</QtBkup_QtPathBinaries>
|
||||||
|
<QtBkup_QtPathLibraryExecutables
|
||||||
|
>bin</QtBkup_QtPathLibraryExecutables>
|
||||||
|
<QtBkup_QtHeaderSearchPath
|
||||||
|
></QtBkup_QtHeaderSearchPath>
|
||||||
|
<QtBkup_QtLibrarySearchPath
|
||||||
|
></QtBkup_QtLibrarySearchPath>
|
||||||
|
<QtBkup_QtVars
|
||||||
|
>DEFINES=/-D([^\s=]+(=(\x22(\\\\|\\\x22|[^\x22])*\x22|\S+))?)/$1/;INCLUDEPATH=INCPATH/-(?:iquote|isystem|idirafter|I)\s*(\x22[^\x22]+\x22|[^\s]+)/$1/;LIBS=/(?:(?:\/LIBPATH:|-L)(?:\x22[^\x22]+\x22|[^\s]+))|(\x22[^\x22]+\x22|[^\s]+)/$1/;LIBPATH=LIBS/(?:\/LIBPATH:|-L)(\x22[^\x22]+\x22|[^\s]+)/$1/</QtBkup_QtVars>
|
||||||
|
<QtBkup_QMakeCodeLines
|
||||||
|
></QtBkup_QMakeCodeLines>
|
||||||
|
<QtBkup_QtBuildConfig
|
||||||
|
>debug</QtBkup_QtBuildConfig>
|
||||||
|
<QtVersion>6.2.2</QtVersion>
|
||||||
|
<QtVersionMajor>6</QtVersionMajor>
|
||||||
|
<QtVersionMinor>2</QtVersionMinor>
|
||||||
|
<QtVersionPatch>2</QtVersionPatch>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
C:\Users\wuwen\AppData\Local\Temp\5cpt1zud.gx4.designtime.props
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,25 @@
|
|||||||
|
QT_SYSROOT:
|
||||||
|
QT_INSTALL_PREFIX:C:/Qt/6.2.2/msvc2019_64
|
||||||
|
QT_INSTALL_ARCHDATA:C:/Qt/6.2.2/msvc2019_64
|
||||||
|
QT_INSTALL_DATA:C:/Qt/6.2.2/msvc2019_64
|
||||||
|
QT_INSTALL_DOCS:C:/Qt/Docs/Qt-6.2.2
|
||||||
|
QT_INSTALL_HEADERS:C:/Qt/6.2.2/msvc2019_64/include
|
||||||
|
QT_INSTALL_LIBS:C:/Qt/6.2.2/msvc2019_64/lib
|
||||||
|
QT_INSTALL_LIBEXECS:C:/Qt/6.2.2/msvc2019_64/bin
|
||||||
|
QT_INSTALL_BINS:C:/Qt/6.2.2/msvc2019_64/bin
|
||||||
|
QT_INSTALL_TESTS:C:/Qt/6.2.2/msvc2019_64/tests
|
||||||
|
QT_INSTALL_PLUGINS:C:/Qt/6.2.2/msvc2019_64/plugins
|
||||||
|
QT_INSTALL_QML:C:/Qt/6.2.2/msvc2019_64/qml
|
||||||
|
QT_INSTALL_TRANSLATIONS:C:/Qt/6.2.2/msvc2019_64/translations
|
||||||
|
QT_INSTALL_CONFIGURATION:
|
||||||
|
QT_INSTALL_EXAMPLES:C:/Qt/Examples/Qt-6.2.2
|
||||||
|
QT_INSTALL_DEMOS:C:/Qt/Examples/Qt-6.2.2
|
||||||
|
QT_HOST_PREFIX:C:/Qt/6.2.2/msvc2019_64
|
||||||
|
QT_HOST_DATA:C:/Qt/6.2.2/msvc2019_64
|
||||||
|
QT_HOST_BINS:C:/Qt/6.2.2/msvc2019_64/bin
|
||||||
|
QT_HOST_LIBEXECS:C:/Qt/6.2.2/msvc2019_64/bin
|
||||||
|
QT_HOST_LIBS:C:/Qt/6.2.2/msvc2019_64/lib
|
||||||
|
QMAKE_SPEC:win32-msvc
|
||||||
|
QMAKE_XSPEC:win32-msvc
|
||||||
|
QMAKE_VERSION:3.1
|
||||||
|
QT_VERSION:6.2.2
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
CONFIG += no_fixpath
|
||||||
|
QT += core network gui widgets
|
||||||
@@ -0,0 +1,56 @@
|
|||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<Qt_DEFINES_>UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;QT_WIDGETS_LIB;QT_GUI_LIB;QT_NETWORK_LIB;QT_CORE_LIB</Qt_DEFINES_>
|
||||||
|
<Qt_INCLUDEPATH_>C:\Qt\6.2.2\msvc2019_64\include;C:\Qt\6.2.2\msvc2019_64\include\QtWidgets;C:\Qt\6.2.2\msvc2019_64\include\QtGui;C:\Qt\6.2.2\msvc2019_64\include\QtNetwork;C:\Qt\6.2.2\msvc2019_64\include\QtCore;/include;C:\Qt\6.2.2\msvc2019_64\mkspecs\win32-msvc</Qt_INCLUDEPATH_>
|
||||||
|
<Qt_LIBS_>C:\Qt\6.2.2\msvc2019_64\lib\Qt6Widgetsd.lib;C:\Qt\6.2.2\msvc2019_64\lib\Qt6Guid.lib;C:\Qt\6.2.2\msvc2019_64\lib\Qt6Networkd.lib;C:\Qt\6.2.2\msvc2019_64\lib\Qt6Cored.lib;C:\Qt\6.2.2\msvc2019_64\lib\Qt6EntryPointd.lib;shell32.lib</Qt_LIBS_>
|
||||||
|
<QMake_QT_SYSROOT_></QMake_QT_SYSROOT_>
|
||||||
|
<QMake_QT_INSTALL_PREFIX_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_INSTALL_PREFIX_>
|
||||||
|
<QMake_QT_INSTALL_ARCHDATA_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_INSTALL_ARCHDATA_>
|
||||||
|
<QMake_QT_INSTALL_DATA_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_INSTALL_DATA_>
|
||||||
|
<QMake_QT_INSTALL_DOCS_>C:/Qt/Docs/Qt-6.2.2</QMake_QT_INSTALL_DOCS_>
|
||||||
|
<QMake_QT_INSTALL_HEADERS_>C:/Qt/6.2.2/msvc2019_64/include</QMake_QT_INSTALL_HEADERS_>
|
||||||
|
<QMake_QT_INSTALL_LIBS_>C:/Qt/6.2.2/msvc2019_64/lib</QMake_QT_INSTALL_LIBS_>
|
||||||
|
<QMake_QT_INSTALL_LIBEXECS_>C:/Qt/6.2.2/msvc2019_64/bin</QMake_QT_INSTALL_LIBEXECS_>
|
||||||
|
<QMake_QT_INSTALL_BINS_>C:/Qt/6.2.2/msvc2019_64/bin</QMake_QT_INSTALL_BINS_>
|
||||||
|
<QMake_QT_INSTALL_TESTS_>C:/Qt/6.2.2/msvc2019_64/tests</QMake_QT_INSTALL_TESTS_>
|
||||||
|
<QMake_QT_INSTALL_PLUGINS_>C:/Qt/6.2.2/msvc2019_64/plugins</QMake_QT_INSTALL_PLUGINS_>
|
||||||
|
<QMake_QT_INSTALL_QML_>C:/Qt/6.2.2/msvc2019_64/qml</QMake_QT_INSTALL_QML_>
|
||||||
|
<QMake_QT_INSTALL_TRANSLATIONS_>C:/Qt/6.2.2/msvc2019_64/translations</QMake_QT_INSTALL_TRANSLATIONS_>
|
||||||
|
<QMake_QT_INSTALL_CONFIGURATION_></QMake_QT_INSTALL_CONFIGURATION_>
|
||||||
|
<QMake_QT_INSTALL_EXAMPLES_>C:/Qt/Examples/Qt-6.2.2</QMake_QT_INSTALL_EXAMPLES_>
|
||||||
|
<QMake_QT_INSTALL_DEMOS_>C:/Qt/Examples/Qt-6.2.2</QMake_QT_INSTALL_DEMOS_>
|
||||||
|
<QMake_QT_HOST_PREFIX_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_HOST_PREFIX_>
|
||||||
|
<QMake_QT_HOST_DATA_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_HOST_DATA_>
|
||||||
|
<QMake_QT_HOST_BINS_>C:/Qt/6.2.2/msvc2019_64/bin</QMake_QT_HOST_BINS_>
|
||||||
|
<QMake_QT_HOST_LIBEXECS_>C:/Qt/6.2.2/msvc2019_64/bin</QMake_QT_HOST_LIBEXECS_>
|
||||||
|
<QMake_QT_HOST_LIBS_>C:/Qt/6.2.2/msvc2019_64/lib</QMake_QT_HOST_LIBS_>
|
||||||
|
<QMake_QMAKE_SPEC_>win32-msvc</QMake_QMAKE_SPEC_>
|
||||||
|
<QMake_QMAKE_XSPEC_>win32-msvc</QMake_QMAKE_XSPEC_>
|
||||||
|
<QMake_QMAKE_VERSION_>3.1</QMake_QMAKE_VERSION_>
|
||||||
|
<QMake_QT_VERSION_>6.2.2</QMake_QT_VERSION_>
|
||||||
|
<Qt_INCLUDEPATH_
|
||||||
|
>$(Qt_INCLUDEPATH_);Debug;C:\Users\wuwen\Desktop\tcp_ip_scan\ip_sacaner</Qt_INCLUDEPATH_>
|
||||||
|
<QtBkup_QtInstall
|
||||||
|
>6.2.2_msvc2019_64</QtBkup_QtInstall>
|
||||||
|
<QtBkup_QtModules
|
||||||
|
>core;network;gui;widgets</QtBkup_QtModules>
|
||||||
|
<QtBkup_QtPathBinaries
|
||||||
|
>bin</QtBkup_QtPathBinaries>
|
||||||
|
<QtBkup_QtPathLibraryExecutables
|
||||||
|
>bin</QtBkup_QtPathLibraryExecutables>
|
||||||
|
<QtBkup_QtHeaderSearchPath
|
||||||
|
></QtBkup_QtHeaderSearchPath>
|
||||||
|
<QtBkup_QtLibrarySearchPath
|
||||||
|
></QtBkup_QtLibrarySearchPath>
|
||||||
|
<QtBkup_QtVars
|
||||||
|
>DEFINES=/-D([^\s=]+(=(\x22(\\\\|\\\x22|[^\x22])*\x22|\S+))?)/$1/;INCLUDEPATH=INCPATH/-(?:iquote|isystem|idirafter|I)\s*(\x22[^\x22]+\x22|[^\s]+)/$1/;LIBS=/(?:(?:\/LIBPATH:|-L)(?:\x22[^\x22]+\x22|[^\s]+))|(\x22[^\x22]+\x22|[^\s]+)/$1/;LIBPATH=LIBS/(?:\/LIBPATH:|-L)(\x22[^\x22]+\x22|[^\s]+)/$1/</QtBkup_QtVars>
|
||||||
|
<QtBkup_QMakeCodeLines
|
||||||
|
></QtBkup_QMakeCodeLines>
|
||||||
|
<QtBkup_QtBuildConfig
|
||||||
|
>debug</QtBkup_QtBuildConfig>
|
||||||
|
<QtVersion>6.2.2</QtVersion>
|
||||||
|
<QtVersionMajor>6</QtVersionMajor>
|
||||||
|
<QtVersionMinor>2</QtVersionMinor>
|
||||||
|
<QtVersionPatch>2</QtVersionPatch>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE QtCreatorProject>
|
<!DOCTYPE QtCreatorProject>
|
||||||
<!-- Written by QtCreator 6.0.1, 2022-01-01T15:20:44. -->
|
<!-- Written by QtCreator 6.0.1, 2022-01-01T21:17:45. -->
|
||||||
<qtcreator>
|
<qtcreator>
|
||||||
<data>
|
<data>
|
||||||
<variable>EnvironmentId</variable>
|
<variable>EnvironmentId</variable>
|
||||||
@@ -56,6 +56,37 @@
|
|||||||
<value type="bool" key="EditorConfiguration.skipTrailingWhitespace">true</value>
|
<value type="bool" key="EditorConfiguration.skipTrailingWhitespace">true</value>
|
||||||
</valuemap>
|
</valuemap>
|
||||||
</data>
|
</data>
|
||||||
|
<data>
|
||||||
|
<variable>ProjectExplorer.Project.PluginSettings</variable>
|
||||||
|
<valuemap type="QVariantMap">
|
||||||
|
<valuemap type="QVariantMap" key="AutoTest.ActiveFrameworks">
|
||||||
|
<value type="bool" key="AutoTest.Framework.Boost">true</value>
|
||||||
|
<value type="bool" key="AutoTest.Framework.CTest">false</value>
|
||||||
|
<value type="bool" key="AutoTest.Framework.Catch">true</value>
|
||||||
|
<value type="bool" key="AutoTest.Framework.GTest">true</value>
|
||||||
|
<value type="bool" key="AutoTest.Framework.QtQuickTest">true</value>
|
||||||
|
<value type="bool" key="AutoTest.Framework.QtTest">true</value>
|
||||||
|
</valuemap>
|
||||||
|
<valuemap type="QVariantMap" key="AutoTest.CheckStates"/>
|
||||||
|
<value type="int" key="AutoTest.RunAfterBuild">0</value>
|
||||||
|
<value type="bool" key="AutoTest.UseGlobal">true</value>
|
||||||
|
<valuelist type="QVariantList" key="ClangCodeModel.CustomCommandLineKey">
|
||||||
|
<value type="QString">-fno-delayed-template-parsing</value>
|
||||||
|
</valuelist>
|
||||||
|
<value type="bool" key="ClangCodeModel.UseGlobalConfig">true</value>
|
||||||
|
<value type="QString" key="ClangCodeModel.WarningConfigId">Builtin.BuildSystem</value>
|
||||||
|
<valuemap type="QVariantMap" key="ClangTools">
|
||||||
|
<value type="bool" key="ClangTools.AnalyzeOpenFiles">true</value>
|
||||||
|
<value type="bool" key="ClangTools.BuildBeforeAnalysis">true</value>
|
||||||
|
<value type="QString" key="ClangTools.DiagnosticConfig">Builtin.DefaultTidyAndClazy</value>
|
||||||
|
<value type="int" key="ClangTools.ParallelJobs">8</value>
|
||||||
|
<valuelist type="QVariantList" key="ClangTools.SelectedDirs"/>
|
||||||
|
<valuelist type="QVariantList" key="ClangTools.SelectedFiles"/>
|
||||||
|
<valuelist type="QVariantList" key="ClangTools.SuppressedDiagnostics"/>
|
||||||
|
<value type="bool" key="ClangTools.UseGlobalSettings">true</value>
|
||||||
|
</valuemap>
|
||||||
|
</valuemap>
|
||||||
|
</data>
|
||||||
<data>
|
<data>
|
||||||
<variable>ProjectExplorer.Project.Target.0</variable>
|
<variable>ProjectExplorer.Project.Target.0</variable>
|
||||||
<valuemap type="QVariantMap">
|
<valuemap type="QVariantMap">
|
||||||
@@ -209,12 +240,14 @@
|
|||||||
<valuelist type="QVariantList" key="CustomOutputParsers"/>
|
<valuelist type="QVariantList" key="CustomOutputParsers"/>
|
||||||
<value type="int" key="PE.EnvironmentAspect.Base">2</value>
|
<value type="int" key="PE.EnvironmentAspect.Base">2</value>
|
||||||
<valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
|
<valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.CustomExecutableRunConfiguration</value>
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:C:/Users/wuwen/Desktop/tcp_ip_scan/ip_sacaner/ip_sacaner.pro</value>
|
||||||
<value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey"></value>
|
<value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey">C:/Users/wuwen/Desktop/tcp_ip_scan/ip_sacaner/ip_sacaner.pro</value>
|
||||||
<value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
|
<value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
|
||||||
<value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
|
<value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
|
||||||
|
<value type="bool" key="RunConfiguration.UseLibrarySearchPath">true</value>
|
||||||
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
|
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
|
||||||
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
|
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
|
||||||
|
<value type="QString" key="RunConfiguration.WorkingDirectory.default">C:/Users/wuwen/Desktop/tcp_ip_scan/build-ip_sacaner-Desktop_Qt_6_2_2_MinGW_64_bit-Debug</value>
|
||||||
</valuemap>
|
</valuemap>
|
||||||
<value type="qlonglong" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
|
<value type="qlonglong" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
|
||||||
</valuemap>
|
</valuemap>
|
||||||
|
|||||||
@@ -0,0 +1,25 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 17
|
||||||
|
VisualStudioVersion = 17.0.32014.148
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ip_sacaner", "ip_sacaner.vcxproj", "{E4D3F595-9CE6-39DE-ADBA-848B14D35E3F}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|x64 = Debug|x64
|
||||||
|
Release|x64 = Release|x64
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{E4D3F595-9CE6-39DE-ADBA-848B14D35E3F}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
|
{E4D3F595-9CE6-39DE-ADBA-848B14D35E3F}.Debug|x64.Build.0 = Debug|x64
|
||||||
|
{E4D3F595-9CE6-39DE-ADBA-848B14D35E3F}.Release|x64.ActiveCfg = Release|x64
|
||||||
|
{E4D3F595-9CE6-39DE-ADBA-848B14D35E3F}.Release|x64.Build.0 = Release|x64
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {47A37F93-2A46-4712-B0E9-6FD183CD2803}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
||||||
@@ -0,0 +1,185 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup Label="ProjectConfigurations">
|
||||||
|
<ProjectConfiguration Include="Release|x64">
|
||||||
|
<Configuration>Release</Configuration>
|
||||||
|
<Platform>x64</Platform>
|
||||||
|
</ProjectConfiguration>
|
||||||
|
<ProjectConfiguration Include="Debug|x64">
|
||||||
|
<Configuration>Debug</Configuration>
|
||||||
|
<Platform>x64</Platform>
|
||||||
|
</ProjectConfiguration>
|
||||||
|
</ItemGroup>
|
||||||
|
<PropertyGroup Label="Globals">
|
||||||
|
<ProjectGuid>{E4D3F595-9CE6-39DE-ADBA-848B14D35E3F}</ProjectGuid>
|
||||||
|
<RootNamespace>ip_sacaner</RootNamespace>
|
||||||
|
<Keyword>QtVS_v304</Keyword>
|
||||||
|
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
|
||||||
|
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
|
||||||
|
<QtMsBuild Condition="'$(QtMsBuild)'=='' or !Exists('$(QtMsBuild)\qt.targets')">$(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild></PropertyGroup>
|
||||||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||||
|
<PlatformToolset>v143</PlatformToolset>
|
||||||
|
<OutputDirectory>release\</OutputDirectory>
|
||||||
|
<ATLMinimizesCRunTimeLibraryUsage>false</ATLMinimizesCRunTimeLibraryUsage>
|
||||||
|
<CharacterSet>NotSet</CharacterSet>
|
||||||
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
|
<IntermediateDirectory>release\</IntermediateDirectory>
|
||||||
|
<PrimaryOutput>ip_sacaner</PrimaryOutput>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||||
|
<PlatformToolset>v143</PlatformToolset>
|
||||||
|
<OutputDirectory>debug\</OutputDirectory>
|
||||||
|
<ATLMinimizesCRunTimeLibraryUsage>false</ATLMinimizesCRunTimeLibraryUsage>
|
||||||
|
<CharacterSet>NotSet</CharacterSet>
|
||||||
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
|
<IntermediateDirectory>debug\</IntermediateDirectory>
|
||||||
|
<PrimaryOutput>ip_sacaner</PrimaryOutput>
|
||||||
|
</PropertyGroup>
|
||||||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /><Target Name="QtMsBuildNotFound" BeforeTargets="CustomBuild;ClCompile" Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')"><Message Importance="High" Text="QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." /></Target>
|
||||||
|
<ImportGroup Label="ExtensionSettings" />
|
||||||
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
||||||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
|
||||||
|
</ImportGroup>
|
||||||
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
||||||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
|
||||||
|
</ImportGroup>
|
||||||
|
<PropertyGroup Label="UserMacros" /><ImportGroup Condition="Exists('$(QtMsBuild)\qt_defaults.props')"><Import Project="$(QtMsBuild)\qt_defaults.props" /></ImportGroup><PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"><OutDir>debug\</OutDir><IntDir>debug\</IntDir><TargetName>ip_sacaner</TargetName><IgnoreImportLibrary>true</IgnoreImportLibrary></PropertyGroup><PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"><OutDir>release\</OutDir><IntDir>release\</IntDir><TargetName>ip_sacaner</TargetName><IgnoreImportLibrary>true</IgnoreImportLibrary><LinkIncremental>false</LinkIncremental></PropertyGroup><PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"><QtInstall>6.2.2_msvc2019_64</QtInstall><QtModules>core;network;gui;widgets</QtModules></PropertyGroup><PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"><QtInstall>6.2.2_msvc2019_64</QtInstall><QtModules>core;network;gui;widgets</QtModules></PropertyGroup><ImportGroup Condition="Exists('$(QtMsBuild)\qt.props')"><Import Project="$(QtMsBuild)\qt.props" /></ImportGroup>
|
||||||
|
|
||||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
|
<ClCompile>
|
||||||
|
<AdditionalIncludeDirectories>.;release;/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
|
<AdditionalOptions>-Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -permissive- -Zc:__cplusplus -Zc:externConstexpr -utf-8 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 %(AdditionalOptions)</AdditionalOptions>
|
||||||
|
<AssemblerListingLocation>release\</AssemblerListingLocation>
|
||||||
|
<BrowseInformation>false</BrowseInformation>
|
||||||
|
<DebugInformationFormat>None</DebugInformationFormat>
|
||||||
|
<DisableSpecificWarnings>4577;4467;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||||
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||||
|
<ObjectFileName>release\</ObjectFileName>
|
||||||
|
<Optimization>MaxSpeed</Optimization>
|
||||||
|
<PreprocessorDefinitions>_WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;NDEBUG;QT_NO_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<PreprocessToFile>false</PreprocessToFile>
|
||||||
|
<ProgramDataBaseFileName></ProgramDataBaseFileName>
|
||||||
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||||
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
||||||
|
<WarningLevel>Level3</WarningLevel>
|
||||||
|
<MultiProcessorCompilation>true</MultiProcessorCompilation></ClCompile>
|
||||||
|
<Link>
|
||||||
|
<AdditionalDependencies>$(QTDIR)\lib\Qt6Widgets.lib;$(QTDIR)\lib\Qt6Gui.lib;$(QTDIR)\lib\Qt6Network.lib;$(QTDIR)\lib\Qt6Core.lib;$(QTDIR)\lib\Qt6EntryPoint.lib;shell32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||||
|
<AdditionalOptions>"/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" %(AdditionalOptions)</AdditionalOptions>
|
||||||
|
<DataExecutionPrevention>true</DataExecutionPrevention>
|
||||||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||||
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
||||||
|
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
||||||
|
<LinkIncremental>false</LinkIncremental>
|
||||||
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
|
<OutputFile>$(OutDir)\ip_sacaner.exe</OutputFile>
|
||||||
|
<RandomizedBaseAddress>true</RandomizedBaseAddress>
|
||||||
|
<SubSystem>Windows</SubSystem>
|
||||||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||||
|
</Link>
|
||||||
|
<Midl>
|
||||||
|
<DefaultCharType>Unsigned</DefaultCharType>
|
||||||
|
<EnableErrorChecks>None</EnableErrorChecks>
|
||||||
|
<WarningLevel>0</WarningLevel>
|
||||||
|
</Midl>
|
||||||
|
<ResourceCompile>
|
||||||
|
<PreprocessorDefinitions>_WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;NDEBUG;QT_NO_DEBUG;QT_WIDGETS_LIB;QT_GUI_LIB;QT_NETWORK_LIB;QT_CORE_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
</ResourceCompile>
|
||||||
|
<QtMoc><CompilerFlavor>msvc</CompilerFlavor><Include>./$(Configuration)/moc_predefs.h</Include><ExecutionDescription>Moc'ing %(Identity)...</ExecutionDescription><DynamicSource>output</DynamicSource><QtMocDir>$(Configuration)</QtMocDir><QtMocFileName>moc_%(Filename).cpp</QtMocFileName></QtMoc><QtUic><ExecutionDescription>Uic'ing %(Identity)...</ExecutionDescription><QtUicDir>$(ProjectDir)</QtUicDir><QtUicFileName>ui_%(Filename).h</QtUicFileName></QtUic></ItemDefinitionGroup>
|
||||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
|
<ClCompile>
|
||||||
|
<AdditionalIncludeDirectories>.;debug;/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
|
<AdditionalOptions>-Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -permissive- -Zc:__cplusplus -Zc:externConstexpr -utf-8 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 %(AdditionalOptions)</AdditionalOptions>
|
||||||
|
<AssemblerListingLocation>debug\</AssemblerListingLocation>
|
||||||
|
<BrowseInformation>false</BrowseInformation>
|
||||||
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||||
|
<DisableSpecificWarnings>4577;4467;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||||
|
<ExceptionHandling>Sync</ExceptionHandling>
|
||||||
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||||
|
<ObjectFileName>debug\</ObjectFileName>
|
||||||
|
<Optimization>Disabled</Optimization>
|
||||||
|
<PreprocessorDefinitions>_WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<PreprocessToFile>false</PreprocessToFile>
|
||||||
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||||
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
||||||
|
<WarningLevel>Level3</WarningLevel>
|
||||||
|
<MultiProcessorCompilation>true</MultiProcessorCompilation></ClCompile>
|
||||||
|
<Link>
|
||||||
|
<AdditionalDependencies>$(QTDIR)\lib\Qt6Widgetsd.lib;$(QTDIR)\lib\Qt6Guid.lib;$(QTDIR)\lib\Qt6Networkd.lib;$(QTDIR)\lib\Qt6Cored.lib;$(QTDIR)\lib\Qt6EntryPointd.lib;shell32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||||
|
<AdditionalOptions>"/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" %(AdditionalOptions)</AdditionalOptions>
|
||||||
|
<DataExecutionPrevention>true</DataExecutionPrevention>
|
||||||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
|
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
||||||
|
<OutputFile>$(OutDir)\ip_sacaner.exe</OutputFile>
|
||||||
|
<RandomizedBaseAddress>true</RandomizedBaseAddress>
|
||||||
|
<SubSystem>Windows</SubSystem>
|
||||||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||||
|
</Link>
|
||||||
|
<Midl>
|
||||||
|
<DefaultCharType>Unsigned</DefaultCharType>
|
||||||
|
<EnableErrorChecks>None</EnableErrorChecks>
|
||||||
|
<WarningLevel>0</WarningLevel>
|
||||||
|
</Midl>
|
||||||
|
<ResourceCompile>
|
||||||
|
<PreprocessorDefinitions>_WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;QT_WIDGETS_LIB;QT_GUI_LIB;QT_NETWORK_LIB;QT_CORE_LIB;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
</ResourceCompile>
|
||||||
|
<QtMoc><CompilerFlavor>msvc</CompilerFlavor><Include>./$(Configuration)/moc_predefs.h</Include><ExecutionDescription>Moc'ing %(Identity)...</ExecutionDescription><DynamicSource>output</DynamicSource><QtMocDir>$(Configuration)</QtMocDir><QtMocFileName>moc_%(Filename).cpp</QtMocFileName></QtMoc><QtUic><ExecutionDescription>Uic'ing %(Identity)...</ExecutionDescription><QtUicDir>$(ProjectDir)</QtUicDir><QtUicFileName>ui_%(Filename).h</QtUicFileName></QtUic></ItemDefinitionGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="main.cpp" />
|
||||||
|
<ClCompile Include="widget.cpp" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<QtMoc Include="widget.h">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</QtMoc>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="debug\moc_predefs.h.cbt">
|
||||||
|
<FileType>Document</FileType>
|
||||||
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
||||||
|
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(QTDIR)\mkspecs\features\data\dummy.cpp;%(AdditionalInputs)</AdditionalInputs>
|
||||||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">cl -Bx"$(QTDIR)\bin\qmake.exe" -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -permissive- -Zc:__cplusplus -Zc:externConstexpr -Zi -MDd -std:c++17 -utf-8 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E $(QTDIR)\mkspecs\features\data\dummy.cpp 2>NUL >debug\moc_predefs.h</Command>
|
||||||
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Generate moc_predefs.h</Message>
|
||||||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">debug\moc_predefs.h;%(Outputs)</Outputs>
|
||||||
|
</CustomBuild>
|
||||||
|
<CustomBuild Include="release\moc_predefs.h.cbt">
|
||||||
|
<FileType>Document</FileType>
|
||||||
|
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(QTDIR)\mkspecs\features\data\dummy.cpp;%(AdditionalInputs)</AdditionalInputs>
|
||||||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">cl -Bx"$(QTDIR)\bin\qmake.exe" -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -permissive- -Zc:__cplusplus -Zc:externConstexpr -O2 -MD -std:c++17 -utf-8 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E $(QTDIR)\mkspecs\features\data\dummy.cpp 2>NUL >release\moc_predefs.h</Command>
|
||||||
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Generate moc_predefs.h</Message>
|
||||||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">release\moc_predefs.h;%(Outputs)</Outputs>
|
||||||
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
||||||
|
</CustomBuild>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<QtUic Include="widget.ui">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</QtUic>
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /><ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')"><Import Project="$(QtMsBuild)\qt.targets" /></ImportGroup>
|
||||||
|
<ImportGroup Label="ExtensionTargets" />
|
||||||
|
</Project>
|
||||||
@@ -0,0 +1,68 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Form Files">
|
||||||
|
<UniqueIdentifier>{99349809-55BA-4b9d-BF79-8FDBB0286EB3}</UniqueIdentifier>
|
||||||
|
<Extensions>ui</Extensions>
|
||||||
|
<ParseFiles>false</ParseFiles>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Form Files">
|
||||||
|
<UniqueIdentifier>{99349809-55BA-4b9d-BF79-8FDBB0286EB3}</UniqueIdentifier>
|
||||||
|
<Extensions>ui</Extensions>
|
||||||
|
<ParseFiles>false</ParseFiles>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Generated Files">
|
||||||
|
<UniqueIdentifier>{71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11}</UniqueIdentifier>
|
||||||
|
<Extensions>cpp;c;cxx;moc;h;def;odl;idl;res;</Extensions>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Generated Files">
|
||||||
|
<UniqueIdentifier>{71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11}</UniqueIdentifier>
|
||||||
|
<Extensions>cpp;c;cxx;moc;h;def;odl;idl;res;</Extensions>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Header Files">
|
||||||
|
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
||||||
|
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Header Files">
|
||||||
|
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
||||||
|
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Source Files">
|
||||||
|
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
|
||||||
|
<Extensions>cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Source Files">
|
||||||
|
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
|
||||||
|
<Extensions>cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="main.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
<ClCompile Include="widget.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<QtMoc Include="widget.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</QtMoc>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<CustomBuild Include="debug\moc_predefs.h.cbt">
|
||||||
|
<Filter>Generated Files</Filter>
|
||||||
|
</CustomBuild>
|
||||||
|
<CustomBuild Include="release\moc_predefs.h.cbt">
|
||||||
|
<Filter>Generated Files</Filter>
|
||||||
|
</CustomBuild>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<QtUic Include="widget.ui">
|
||||||
|
<Filter>Form Files</Filter>
|
||||||
|
</QtUic>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup />
|
||||||
|
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
|
<QtLastBackgroundBuild>2022-01-01T13:25:57.2508858Z</QtLastBackgroundBuild>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
|
<QtLastBackgroundBuild>2022-01-01T13:25:57.7549971Z</QtLastBackgroundBuild>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
This is a dummy file needed to create release/moc_predefs.h
|
||||||
@@ -0,0 +1,98 @@
|
|||||||
|
/****************************************************************************
|
||||||
|
** Meta object code from reading C++ file 'widget.h'
|
||||||
|
**
|
||||||
|
** Created by: The Qt Meta Object Compiler version 68 (Qt 6.2.2)
|
||||||
|
**
|
||||||
|
** WARNING! All changes made in this file will be lost!
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
|
#include "../widget.h"
|
||||||
|
#include <QtCore/qbytearray.h>
|
||||||
|
#include <QtCore/qmetatype.h>
|
||||||
|
#if !defined(Q_MOC_OUTPUT_REVISION)
|
||||||
|
#error "The header file 'widget.h' doesn't include <QObject>."
|
||||||
|
#elif Q_MOC_OUTPUT_REVISION != 68
|
||||||
|
#error "This file was generated using the moc from 6.2.2. It"
|
||||||
|
#error "cannot be used with the include files from this version of Qt."
|
||||||
|
#error "(The moc has changed too much.)"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
QT_BEGIN_MOC_NAMESPACE
|
||||||
|
QT_WARNING_PUSH
|
||||||
|
QT_WARNING_DISABLE_DEPRECATED
|
||||||
|
struct qt_meta_stringdata_Widget_t {
|
||||||
|
const uint offsetsAndSize[2];
|
||||||
|
char stringdata0[7];
|
||||||
|
};
|
||||||
|
#define QT_MOC_LITERAL(ofs, len) \
|
||||||
|
uint(offsetof(qt_meta_stringdata_Widget_t, stringdata0) + ofs), len
|
||||||
|
static const qt_meta_stringdata_Widget_t qt_meta_stringdata_Widget = {
|
||||||
|
{
|
||||||
|
QT_MOC_LITERAL(0, 6) // "Widget"
|
||||||
|
|
||||||
|
},
|
||||||
|
"Widget"
|
||||||
|
};
|
||||||
|
#undef QT_MOC_LITERAL
|
||||||
|
|
||||||
|
static const uint qt_meta_data_Widget[] = {
|
||||||
|
|
||||||
|
// content:
|
||||||
|
10, // revision
|
||||||
|
0, // classname
|
||||||
|
0, 0, // classinfo
|
||||||
|
0, 0, // methods
|
||||||
|
0, 0, // properties
|
||||||
|
0, 0, // enums/sets
|
||||||
|
0, 0, // constructors
|
||||||
|
0, // flags
|
||||||
|
0, // signalCount
|
||||||
|
|
||||||
|
0 // eod
|
||||||
|
};
|
||||||
|
|
||||||
|
void Widget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
||||||
|
{
|
||||||
|
(void)_o;
|
||||||
|
(void)_id;
|
||||||
|
(void)_c;
|
||||||
|
(void)_a;
|
||||||
|
}
|
||||||
|
|
||||||
|
const QMetaObject Widget::staticMetaObject = { {
|
||||||
|
QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
|
||||||
|
qt_meta_stringdata_Widget.offsetsAndSize,
|
||||||
|
qt_meta_data_Widget,
|
||||||
|
qt_static_metacall,
|
||||||
|
nullptr,
|
||||||
|
qt_incomplete_metaTypeArray<qt_meta_stringdata_Widget_t
|
||||||
|
, QtPrivate::TypeAndForceComplete<Widget, std::true_type>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
>,
|
||||||
|
nullptr
|
||||||
|
} };
|
||||||
|
|
||||||
|
|
||||||
|
const QMetaObject *Widget::metaObject() const
|
||||||
|
{
|
||||||
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
||||||
|
}
|
||||||
|
|
||||||
|
void *Widget::qt_metacast(const char *_clname)
|
||||||
|
{
|
||||||
|
if (!_clname) return nullptr;
|
||||||
|
if (!strcmp(_clname, qt_meta_stringdata_Widget.stringdata0))
|
||||||
|
return static_cast<void*>(this);
|
||||||
|
return QWidget::qt_metacast(_clname);
|
||||||
|
}
|
||||||
|
|
||||||
|
int Widget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
||||||
|
{
|
||||||
|
_id = QWidget::qt_metacall(_c, _id, _a);
|
||||||
|
return _id;
|
||||||
|
}
|
||||||
|
QT_WARNING_POP
|
||||||
|
QT_END_MOC_NAMESPACE
|
||||||
@@ -0,0 +1,56 @@
|
|||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<Qt_DEFINES_>UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;NDEBUG;QT_NO_DEBUG;QT_WIDGETS_LIB;QT_GUI_LIB;QT_NETWORK_LIB;QT_CORE_LIB</Qt_DEFINES_>
|
||||||
|
<Qt_INCLUDEPATH_>C:\Qt\6.2.2\msvc2019_64\include;C:\Qt\6.2.2\msvc2019_64\include\QtWidgets;C:\Qt\6.2.2\msvc2019_64\include\QtGui;C:\Qt\6.2.2\msvc2019_64\include\QtNetwork;C:\Qt\6.2.2\msvc2019_64\include\QtCore;/include;C:\Qt\6.2.2\msvc2019_64\mkspecs\win32-msvc</Qt_INCLUDEPATH_>
|
||||||
|
<Qt_LIBS_>C:\Qt\6.2.2\msvc2019_64\lib\Qt6Widgets.lib;C:\Qt\6.2.2\msvc2019_64\lib\Qt6Gui.lib;C:\Qt\6.2.2\msvc2019_64\lib\Qt6Network.lib;C:\Qt\6.2.2\msvc2019_64\lib\Qt6Core.lib;C:\Qt\6.2.2\msvc2019_64\lib\Qt6EntryPoint.lib;shell32.lib</Qt_LIBS_>
|
||||||
|
<QMake_QT_SYSROOT_></QMake_QT_SYSROOT_>
|
||||||
|
<QMake_QT_INSTALL_PREFIX_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_INSTALL_PREFIX_>
|
||||||
|
<QMake_QT_INSTALL_ARCHDATA_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_INSTALL_ARCHDATA_>
|
||||||
|
<QMake_QT_INSTALL_DATA_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_INSTALL_DATA_>
|
||||||
|
<QMake_QT_INSTALL_DOCS_>C:/Qt/Docs/Qt-6.2.2</QMake_QT_INSTALL_DOCS_>
|
||||||
|
<QMake_QT_INSTALL_HEADERS_>C:/Qt/6.2.2/msvc2019_64/include</QMake_QT_INSTALL_HEADERS_>
|
||||||
|
<QMake_QT_INSTALL_LIBS_>C:/Qt/6.2.2/msvc2019_64/lib</QMake_QT_INSTALL_LIBS_>
|
||||||
|
<QMake_QT_INSTALL_LIBEXECS_>C:/Qt/6.2.2/msvc2019_64/bin</QMake_QT_INSTALL_LIBEXECS_>
|
||||||
|
<QMake_QT_INSTALL_BINS_>C:/Qt/6.2.2/msvc2019_64/bin</QMake_QT_INSTALL_BINS_>
|
||||||
|
<QMake_QT_INSTALL_TESTS_>C:/Qt/6.2.2/msvc2019_64/tests</QMake_QT_INSTALL_TESTS_>
|
||||||
|
<QMake_QT_INSTALL_PLUGINS_>C:/Qt/6.2.2/msvc2019_64/plugins</QMake_QT_INSTALL_PLUGINS_>
|
||||||
|
<QMake_QT_INSTALL_QML_>C:/Qt/6.2.2/msvc2019_64/qml</QMake_QT_INSTALL_QML_>
|
||||||
|
<QMake_QT_INSTALL_TRANSLATIONS_>C:/Qt/6.2.2/msvc2019_64/translations</QMake_QT_INSTALL_TRANSLATIONS_>
|
||||||
|
<QMake_QT_INSTALL_CONFIGURATION_></QMake_QT_INSTALL_CONFIGURATION_>
|
||||||
|
<QMake_QT_INSTALL_EXAMPLES_>C:/Qt/Examples/Qt-6.2.2</QMake_QT_INSTALL_EXAMPLES_>
|
||||||
|
<QMake_QT_INSTALL_DEMOS_>C:/Qt/Examples/Qt-6.2.2</QMake_QT_INSTALL_DEMOS_>
|
||||||
|
<QMake_QT_HOST_PREFIX_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_HOST_PREFIX_>
|
||||||
|
<QMake_QT_HOST_DATA_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_HOST_DATA_>
|
||||||
|
<QMake_QT_HOST_BINS_>C:/Qt/6.2.2/msvc2019_64/bin</QMake_QT_HOST_BINS_>
|
||||||
|
<QMake_QT_HOST_LIBEXECS_>C:/Qt/6.2.2/msvc2019_64/bin</QMake_QT_HOST_LIBEXECS_>
|
||||||
|
<QMake_QT_HOST_LIBS_>C:/Qt/6.2.2/msvc2019_64/lib</QMake_QT_HOST_LIBS_>
|
||||||
|
<QMake_QMAKE_SPEC_>win32-msvc</QMake_QMAKE_SPEC_>
|
||||||
|
<QMake_QMAKE_XSPEC_>win32-msvc</QMake_QMAKE_XSPEC_>
|
||||||
|
<QMake_QMAKE_VERSION_>3.1</QMake_QMAKE_VERSION_>
|
||||||
|
<QMake_QT_VERSION_>6.2.2</QMake_QT_VERSION_>
|
||||||
|
<Qt_INCLUDEPATH_
|
||||||
|
>$(Qt_INCLUDEPATH_);Release;C:\Users\wuwen\Desktop\tcp_ip_scan\ip_sacaner</Qt_INCLUDEPATH_>
|
||||||
|
<QtBkup_QtInstall
|
||||||
|
>6.2.2_msvc2019_64</QtBkup_QtInstall>
|
||||||
|
<QtBkup_QtModules
|
||||||
|
>core;network;gui;widgets</QtBkup_QtModules>
|
||||||
|
<QtBkup_QtPathBinaries
|
||||||
|
>bin</QtBkup_QtPathBinaries>
|
||||||
|
<QtBkup_QtPathLibraryExecutables
|
||||||
|
>bin</QtBkup_QtPathLibraryExecutables>
|
||||||
|
<QtBkup_QtHeaderSearchPath
|
||||||
|
></QtBkup_QtHeaderSearchPath>
|
||||||
|
<QtBkup_QtLibrarySearchPath
|
||||||
|
></QtBkup_QtLibrarySearchPath>
|
||||||
|
<QtBkup_QtVars
|
||||||
|
>DEFINES=/-D([^\s=]+(=(\x22(\\\\|\\\x22|[^\x22])*\x22|\S+))?)/$1/;INCLUDEPATH=INCPATH/-(?:iquote|isystem|idirafter|I)\s*(\x22[^\x22]+\x22|[^\s]+)/$1/;LIBS=/(?:(?:\/LIBPATH:|-L)(?:\x22[^\x22]+\x22|[^\s]+))|(\x22[^\x22]+\x22|[^\s]+)/$1/;LIBPATH=LIBS/(?:\/LIBPATH:|-L)(\x22[^\x22]+\x22|[^\s]+)/$1/</QtBkup_QtVars>
|
||||||
|
<QtBkup_QMakeCodeLines
|
||||||
|
></QtBkup_QMakeCodeLines>
|
||||||
|
<QtBkup_QtBuildConfig
|
||||||
|
>release</QtBkup_QtBuildConfig>
|
||||||
|
<QtVersion>6.2.2</QtVersion>
|
||||||
|
<QtVersionMajor>6</QtVersionMajor>
|
||||||
|
<QtVersionMinor>2</QtVersionMinor>
|
||||||
|
<QtVersionPatch>2</QtVersionPatch>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
C:\Users\wuwen\AppData\Local\Temp\blxvpzmx.l1w.designtime.props
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,25 @@
|
|||||||
|
QT_SYSROOT:
|
||||||
|
QT_INSTALL_PREFIX:C:/Qt/6.2.2/msvc2019_64
|
||||||
|
QT_INSTALL_ARCHDATA:C:/Qt/6.2.2/msvc2019_64
|
||||||
|
QT_INSTALL_DATA:C:/Qt/6.2.2/msvc2019_64
|
||||||
|
QT_INSTALL_DOCS:C:/Qt/Docs/Qt-6.2.2
|
||||||
|
QT_INSTALL_HEADERS:C:/Qt/6.2.2/msvc2019_64/include
|
||||||
|
QT_INSTALL_LIBS:C:/Qt/6.2.2/msvc2019_64/lib
|
||||||
|
QT_INSTALL_LIBEXECS:C:/Qt/6.2.2/msvc2019_64/bin
|
||||||
|
QT_INSTALL_BINS:C:/Qt/6.2.2/msvc2019_64/bin
|
||||||
|
QT_INSTALL_TESTS:C:/Qt/6.2.2/msvc2019_64/tests
|
||||||
|
QT_INSTALL_PLUGINS:C:/Qt/6.2.2/msvc2019_64/plugins
|
||||||
|
QT_INSTALL_QML:C:/Qt/6.2.2/msvc2019_64/qml
|
||||||
|
QT_INSTALL_TRANSLATIONS:C:/Qt/6.2.2/msvc2019_64/translations
|
||||||
|
QT_INSTALL_CONFIGURATION:
|
||||||
|
QT_INSTALL_EXAMPLES:C:/Qt/Examples/Qt-6.2.2
|
||||||
|
QT_INSTALL_DEMOS:C:/Qt/Examples/Qt-6.2.2
|
||||||
|
QT_HOST_PREFIX:C:/Qt/6.2.2/msvc2019_64
|
||||||
|
QT_HOST_DATA:C:/Qt/6.2.2/msvc2019_64
|
||||||
|
QT_HOST_BINS:C:/Qt/6.2.2/msvc2019_64/bin
|
||||||
|
QT_HOST_LIBEXECS:C:/Qt/6.2.2/msvc2019_64/bin
|
||||||
|
QT_HOST_LIBS:C:/Qt/6.2.2/msvc2019_64/lib
|
||||||
|
QMAKE_SPEC:win32-msvc
|
||||||
|
QMAKE_XSPEC:win32-msvc
|
||||||
|
QMAKE_VERSION:3.1
|
||||||
|
QT_VERSION:6.2.2
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
CONFIG += no_fixpath
|
||||||
|
QT += core network gui widgets
|
||||||
@@ -0,0 +1,56 @@
|
|||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<Qt_DEFINES_>UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;NDEBUG;QT_NO_DEBUG;QT_WIDGETS_LIB;QT_GUI_LIB;QT_NETWORK_LIB;QT_CORE_LIB</Qt_DEFINES_>
|
||||||
|
<Qt_INCLUDEPATH_>C:\Qt\6.2.2\msvc2019_64\include;C:\Qt\6.2.2\msvc2019_64\include\QtWidgets;C:\Qt\6.2.2\msvc2019_64\include\QtGui;C:\Qt\6.2.2\msvc2019_64\include\QtNetwork;C:\Qt\6.2.2\msvc2019_64\include\QtCore;/include;C:\Qt\6.2.2\msvc2019_64\mkspecs\win32-msvc</Qt_INCLUDEPATH_>
|
||||||
|
<Qt_LIBS_>C:\Qt\6.2.2\msvc2019_64\lib\Qt6Widgets.lib;C:\Qt\6.2.2\msvc2019_64\lib\Qt6Gui.lib;C:\Qt\6.2.2\msvc2019_64\lib\Qt6Network.lib;C:\Qt\6.2.2\msvc2019_64\lib\Qt6Core.lib;C:\Qt\6.2.2\msvc2019_64\lib\Qt6EntryPoint.lib;shell32.lib</Qt_LIBS_>
|
||||||
|
<QMake_QT_SYSROOT_></QMake_QT_SYSROOT_>
|
||||||
|
<QMake_QT_INSTALL_PREFIX_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_INSTALL_PREFIX_>
|
||||||
|
<QMake_QT_INSTALL_ARCHDATA_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_INSTALL_ARCHDATA_>
|
||||||
|
<QMake_QT_INSTALL_DATA_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_INSTALL_DATA_>
|
||||||
|
<QMake_QT_INSTALL_DOCS_>C:/Qt/Docs/Qt-6.2.2</QMake_QT_INSTALL_DOCS_>
|
||||||
|
<QMake_QT_INSTALL_HEADERS_>C:/Qt/6.2.2/msvc2019_64/include</QMake_QT_INSTALL_HEADERS_>
|
||||||
|
<QMake_QT_INSTALL_LIBS_>C:/Qt/6.2.2/msvc2019_64/lib</QMake_QT_INSTALL_LIBS_>
|
||||||
|
<QMake_QT_INSTALL_LIBEXECS_>C:/Qt/6.2.2/msvc2019_64/bin</QMake_QT_INSTALL_LIBEXECS_>
|
||||||
|
<QMake_QT_INSTALL_BINS_>C:/Qt/6.2.2/msvc2019_64/bin</QMake_QT_INSTALL_BINS_>
|
||||||
|
<QMake_QT_INSTALL_TESTS_>C:/Qt/6.2.2/msvc2019_64/tests</QMake_QT_INSTALL_TESTS_>
|
||||||
|
<QMake_QT_INSTALL_PLUGINS_>C:/Qt/6.2.2/msvc2019_64/plugins</QMake_QT_INSTALL_PLUGINS_>
|
||||||
|
<QMake_QT_INSTALL_QML_>C:/Qt/6.2.2/msvc2019_64/qml</QMake_QT_INSTALL_QML_>
|
||||||
|
<QMake_QT_INSTALL_TRANSLATIONS_>C:/Qt/6.2.2/msvc2019_64/translations</QMake_QT_INSTALL_TRANSLATIONS_>
|
||||||
|
<QMake_QT_INSTALL_CONFIGURATION_></QMake_QT_INSTALL_CONFIGURATION_>
|
||||||
|
<QMake_QT_INSTALL_EXAMPLES_>C:/Qt/Examples/Qt-6.2.2</QMake_QT_INSTALL_EXAMPLES_>
|
||||||
|
<QMake_QT_INSTALL_DEMOS_>C:/Qt/Examples/Qt-6.2.2</QMake_QT_INSTALL_DEMOS_>
|
||||||
|
<QMake_QT_HOST_PREFIX_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_HOST_PREFIX_>
|
||||||
|
<QMake_QT_HOST_DATA_>C:/Qt/6.2.2/msvc2019_64</QMake_QT_HOST_DATA_>
|
||||||
|
<QMake_QT_HOST_BINS_>C:/Qt/6.2.2/msvc2019_64/bin</QMake_QT_HOST_BINS_>
|
||||||
|
<QMake_QT_HOST_LIBEXECS_>C:/Qt/6.2.2/msvc2019_64/bin</QMake_QT_HOST_LIBEXECS_>
|
||||||
|
<QMake_QT_HOST_LIBS_>C:/Qt/6.2.2/msvc2019_64/lib</QMake_QT_HOST_LIBS_>
|
||||||
|
<QMake_QMAKE_SPEC_>win32-msvc</QMake_QMAKE_SPEC_>
|
||||||
|
<QMake_QMAKE_XSPEC_>win32-msvc</QMake_QMAKE_XSPEC_>
|
||||||
|
<QMake_QMAKE_VERSION_>3.1</QMake_QMAKE_VERSION_>
|
||||||
|
<QMake_QT_VERSION_>6.2.2</QMake_QT_VERSION_>
|
||||||
|
<Qt_INCLUDEPATH_
|
||||||
|
>$(Qt_INCLUDEPATH_);Release;C:\Users\wuwen\Desktop\tcp_ip_scan\ip_sacaner</Qt_INCLUDEPATH_>
|
||||||
|
<QtBkup_QtInstall
|
||||||
|
>6.2.2_msvc2019_64</QtBkup_QtInstall>
|
||||||
|
<QtBkup_QtModules
|
||||||
|
>core;network;gui;widgets</QtBkup_QtModules>
|
||||||
|
<QtBkup_QtPathBinaries
|
||||||
|
>bin</QtBkup_QtPathBinaries>
|
||||||
|
<QtBkup_QtPathLibraryExecutables
|
||||||
|
>bin</QtBkup_QtPathLibraryExecutables>
|
||||||
|
<QtBkup_QtHeaderSearchPath
|
||||||
|
></QtBkup_QtHeaderSearchPath>
|
||||||
|
<QtBkup_QtLibrarySearchPath
|
||||||
|
></QtBkup_QtLibrarySearchPath>
|
||||||
|
<QtBkup_QtVars
|
||||||
|
>DEFINES=/-D([^\s=]+(=(\x22(\\\\|\\\x22|[^\x22])*\x22|\S+))?)/$1/;INCLUDEPATH=INCPATH/-(?:iquote|isystem|idirafter|I)\s*(\x22[^\x22]+\x22|[^\s]+)/$1/;LIBS=/(?:(?:\/LIBPATH:|-L)(?:\x22[^\x22]+\x22|[^\s]+))|(\x22[^\x22]+\x22|[^\s]+)/$1/;LIBPATH=LIBS/(?:\/LIBPATH:|-L)(\x22[^\x22]+\x22|[^\s]+)/$1/</QtBkup_QtVars>
|
||||||
|
<QtBkup_QMakeCodeLines
|
||||||
|
></QtBkup_QMakeCodeLines>
|
||||||
|
<QtBkup_QtBuildConfig
|
||||||
|
>release</QtBkup_QtBuildConfig>
|
||||||
|
<QtVersion>6.2.2</QtVersion>
|
||||||
|
<QtVersionMajor>6</QtVersionMajor>
|
||||||
|
<QtVersionMinor>2</QtVersionMinor>
|
||||||
|
<QtVersionPatch>2</QtVersionPatch>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
||||||
Binary file not shown.
@@ -0,0 +1,107 @@
|
|||||||
|
/********************************************************************************
|
||||||
|
** Form generated from reading UI file 'widget.ui'
|
||||||
|
**
|
||||||
|
** Created by: Qt User Interface Compiler version 6.2.2
|
||||||
|
**
|
||||||
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||||
|
********************************************************************************/
|
||||||
|
|
||||||
|
#ifndef UI_WIDGET_H
|
||||||
|
#define UI_WIDGET_H
|
||||||
|
|
||||||
|
#include <QtCore/QVariant>
|
||||||
|
#include <QtWidgets/QApplication>
|
||||||
|
#include <QtWidgets/QLabel>
|
||||||
|
#include <QtWidgets/QListView>
|
||||||
|
#include <QtWidgets/QPushButton>
|
||||||
|
#include <QtWidgets/QSpinBox>
|
||||||
|
#include <QtWidgets/QTextEdit>
|
||||||
|
#include <QtWidgets/QWidget>
|
||||||
|
|
||||||
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
class Ui_Widget
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
QTextEdit *port_list;
|
||||||
|
QLabel *label_3;
|
||||||
|
QPushButton *stard_scan;
|
||||||
|
QSpinBox *spinBox;
|
||||||
|
QLabel *label_4;
|
||||||
|
QListView *listView;
|
||||||
|
QLabel *label_5;
|
||||||
|
QPushButton *pushButton;
|
||||||
|
QTextEdit *IP_list;
|
||||||
|
QLabel *label;
|
||||||
|
|
||||||
|
void setupUi(QWidget *Widget)
|
||||||
|
{
|
||||||
|
if (Widget->objectName().isEmpty())
|
||||||
|
Widget->setObjectName(QString::fromUtf8("Widget"));
|
||||||
|
Widget->resize(600, 500);
|
||||||
|
Widget->setMinimumSize(QSize(600, 500));
|
||||||
|
Widget->setMaximumSize(QSize(600, 500));
|
||||||
|
port_list = new QTextEdit(Widget);
|
||||||
|
port_list->setObjectName(QString::fromUtf8("port_list"));
|
||||||
|
port_list->setGeometry(QRect(500, 100, 91, 111));
|
||||||
|
label_3 = new QLabel(Widget);
|
||||||
|
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||||
|
label_3->setGeometry(QRect(510, 30, 61, 61));
|
||||||
|
stard_scan = new QPushButton(Widget);
|
||||||
|
stard_scan->setObjectName(QString::fromUtf8("stard_scan"));
|
||||||
|
stard_scan->setGeometry(QRect(420, 220, 171, 41));
|
||||||
|
spinBox = new QSpinBox(Widget);
|
||||||
|
spinBox->setObjectName(QString::fromUtf8("spinBox"));
|
||||||
|
spinBox->setGeometry(QRect(300, 230, 111, 22));
|
||||||
|
spinBox->setMinimum(1);
|
||||||
|
spinBox->setMaximum(999);
|
||||||
|
spinBox->setValue(1);
|
||||||
|
label_4 = new QLabel(Widget);
|
||||||
|
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||||||
|
label_4->setGeometry(QRect(240, 230, 53, 16));
|
||||||
|
listView = new QListView(Widget);
|
||||||
|
listView->setObjectName(QString::fromUtf8("listView"));
|
||||||
|
listView->setGeometry(QRect(10, 270, 581, 201));
|
||||||
|
label_5 = new QLabel(Widget);
|
||||||
|
label_5->setObjectName(QString::fromUtf8("label_5"));
|
||||||
|
label_5->setGeometry(QRect(10, 230, 53, 16));
|
||||||
|
pushButton = new QPushButton(Widget);
|
||||||
|
pushButton->setObjectName(QString::fromUtf8("pushButton"));
|
||||||
|
pushButton->setGeometry(QRect(70, 230, 91, 24));
|
||||||
|
IP_list = new QTextEdit(Widget);
|
||||||
|
IP_list->setObjectName(QString::fromUtf8("IP_list"));
|
||||||
|
IP_list->setGeometry(QRect(10, 100, 471, 111));
|
||||||
|
label = new QLabel(Widget);
|
||||||
|
label->setObjectName(QString::fromUtf8("label"));
|
||||||
|
label->setGeometry(QRect(10, 20, 141, 71));
|
||||||
|
|
||||||
|
retranslateUi(Widget);
|
||||||
|
|
||||||
|
QMetaObject::connectSlotsByName(Widget);
|
||||||
|
} // setupUi
|
||||||
|
|
||||||
|
void retranslateUi(QWidget *Widget)
|
||||||
|
{
|
||||||
|
Widget->setWindowTitle(QCoreApplication::translate("Widget", "Widget", nullptr));
|
||||||
|
label_3->setText(QCoreApplication::translate("Widget", "\347\253\257\345\217\243\350\214\203\345\233\264\n"
|
||||||
|
"80,443\n"
|
||||||
|
"3000-65535", nullptr));
|
||||||
|
stard_scan->setText(QCoreApplication::translate("Widget", "\345\274\200\345\247\213\346\211\253\346\217\217", nullptr));
|
||||||
|
label_4->setText(QCoreApplication::translate("Widget", "\347\272\277\347\250\213", nullptr));
|
||||||
|
label_5->setText(QCoreApplication::translate("Widget", "\346\211\253\346\217\217\347\273\223\346\236\234", nullptr));
|
||||||
|
pushButton->setText(QCoreApplication::translate("Widget", "\344\277\235\345\255\230\346\211\253\346\217\217\347\273\223\346\236\234", nullptr));
|
||||||
|
label->setText(QCoreApplication::translate("Widget", "IP\350\214\203\345\233\264\n"
|
||||||
|
"127.0.0.1\n"
|
||||||
|
"0.0.0.0-255.255.255.255\n"
|
||||||
|
"domain.com", nullptr));
|
||||||
|
} // retranslateUi
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
namespace Ui {
|
||||||
|
class Widget: public Ui_Widget {};
|
||||||
|
} // namespace Ui
|
||||||
|
|
||||||
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
|
#endif // UI_WIDGET_H
|
||||||
@@ -10,6 +10,11 @@ void tray_scan()
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void auto_edit()
|
||||||
|
{
|
||||||
|
qDebug("%d",rand());
|
||||||
|
}
|
||||||
|
|
||||||
Widget::Widget(QWidget *parent)
|
Widget::Widget(QWidget *parent)
|
||||||
: QWidget(parent)
|
: QWidget(parent)
|
||||||
, ui(new Ui::Widget)
|
, ui(new Ui::Widget)
|
||||||
@@ -19,6 +24,8 @@ Widget::Widget(QWidget *parent)
|
|||||||
qDebug("hello world");
|
qDebug("hello world");
|
||||||
|
|
||||||
connect(ui->stard_scan,&QPushButton::pressed,this,tray_scan);//扫描按钮被按下
|
connect(ui->stard_scan,&QPushButton::pressed,this,tray_scan);//扫描按钮被按下
|
||||||
|
connect(ui->IP_list,&QTextEdit::textChanged,this,auto_edit);
|
||||||
|
connect(ui->IP_list,&QTextEdit::cursorPositionChanged,this,auto_edit);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user