Chào mừng đến với Diễn đàn lập trình - Cộng đồng lập trình.
Kết quả 1 đến 3 của 3
  1. #1
    Ngày tham gia
    Sep 2015
    Bài viết
    0

  2. #2
    Ngày tham gia
    Sep 2015
    Bài viết
    0

    tool convert từ VC++-> Qt

    anh em có ai biết có tool nào để convert từ 1 VC++ project sang Qt Project không?
    mình search mãi mà không được.
    thanks

  3. #3
    Ngày tham gia
    Sep 2015
    Bài viết
    0
    Trích dẫn Gửi bởi nthung
    anh em có ai biết có tool nào để convert từ 1 VC++ project sang Qt Project không?
    mình search mãi mà không được.
    thanks
    Mã nguồn PHP:
    i think this is a misunderstanding really. If you have a Qt project generated with the Add-in, then you can change this project into a qmake generated Qt project - and vice versa; If you have a .vcproj that has been generated by doing qmake -tp vc, then you can convert this to a Qt Add-in project. There is no functionality to convert a regular win32 project into a Qt enabled project, so the suggestion created is still valid, see: http://bugreports.qt.nokia.com/browse/QTBUG-8174 I can see from the history of this report that it has been closed and re-opened again, so I assume there was a misunderstanding regarding what you were looking for in the first place. If you create a .pro for you project using qmake, then you should be able to create a .vcproj file using 'qmake -tp vc' on that .pro file. The qmake manual is available here: http://doc.trolltech.com/4.6/qmake-manual.html I hope this helps. Regards, -- Support Engineer, Qt Development Frameworks, Nokia  

 

 

Quyền viết bài

  • Bạn Không thể gửi Chủ đề mới
  • Bạn Không thể Gửi trả lời
  • Bạn Không thể Gửi file đính kèm
  • Bạn Không thể Sửa bài viết của mình
  •