当前位置:网站首页>Vs+qt project transferred to QT Creator

Vs+qt project transferred to QT Creator

2022-06-23 06:30:00 aspiretop

1、 Transformation method

open vs engineering , Right click on the item ,Qt->Create Base .pro File

Default after OK

If the project has include and lib Path needs configuration , Then the converted project , Need modification pro file

2. modify pro file

For example, the converted project is as follows : 

 

  After modification

# ----------------------------------------------------
# This file is generated by the Qt Visual Studio Tools.
# ------------------------------------------------------

QT       += core gui opengl

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TEMPLATE = app
TARGET = simulation3D
DESTDIR = ../x64/Debug


OsgDir = E:/6_OSG_
原网站

版权声明
本文为[aspiretop]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/174/202206230441081960.html