Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. Hungarian
  4. Empty C++ project iostream probléma
QtWS25 Last Chance

Empty C++ project iostream probléma

Scheduled Pinned Locked Moved Unsolved Hungarian
c++builder
2 Posts 2 Posters 733 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    Oszi77
    wrote on 30 Sept 2022, 19:09 last edited by
    #1

    Hogyan lehet beállítani Qt Creator-ban, hogy képes legyen egyszerű C++ programok fordítására Windows 10 alatt?
    A képen látható hibaüzeneteket adja.Hibba.jpg

    1 Reply Last reply
    0
    • S Offline
      S Offline
      sbela
      wrote on 1 Oct 2022, 15:16 last edited by
      #2

      Ha létrehozol egy "Non-Qt Project"-et ami "Plain C++ application" akkor ez lesz a .pro fájlban

      TEMPLATE = app
      CONFIG += console c++17
      CONFIG -= app_bundle
      CONFIG -= qt

      SOURCES +=
      main.cpp

      és akkor a képernyőképen látható kódod le kell forduljon. A te .pro fájlodban mi van?
      Ott ronthatod el ha a telepítéskor nem telepíted fel a c++ fordítót a kipipálható résznél.

      I would like!

      1 Reply Last reply
      0

      1/2

      30 Sept 2022, 19:09

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved