Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Compiler won't create exe file on Windows XP SP3
Qt 6.11 is out! See what's new in the release blog

Compiler won't create exe file on Windows XP SP3

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 1.5k Views 1 Watching
  • 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.
  • V Offline
    V Offline
    vitimiti
    wrote on last edited by
    #1

    I created the project with qt-creator in Ubuntu 13.04 and there it runs perfectly, but when I try to build and run such project in my windows machine, it doesn't create an executable and the only error given is:

    @ Executable C:/Documents and Settings/Administrator/My Documents/qtprojects/VeyHazteVer/build-VeyHazteVer-Desktop_Qt_5_1_1_MinGW_32bit-Debug/debug/VeyHazteVer.exe does not exist.@

    Could somebody help me with this issue?
    Thanks beforehand.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Without more information it will be difficult to help you. Can you post your pro file ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • V Offline
        V Offline
        vitimiti
        wrote on last edited by
        #3

        My pro file:

        @greaterThan(QT_MAJOR_VERSION, 4):QT += widgets webkitwidgets

        Add more folders to ship with the application, here

        folder_01.source = html
        folder_01.target = .
        DEPLOYMENTFOLDERS = folder_01

        Define TOUCH_OPTIMIZED_NAVIGATION for touch optimization and flicking

        #DEFINES += TOUCH_OPTIMIZED_NAVIGATION

        If your application uses the Qt Mobility libraries, uncomment the following

        lines and add the respective components to the MOBILITY variable.

        CONFIG += mobility

        MOBILITY +=

        The .cpp file which was generated for your project. Feel free to hack it.

        SOURCES += main.cpp

        Please do not modify the following two lines. Required for deployment.

        include(html5applicationviewer/html5applicationviewer.pri)
        qtcAddDeployment()

        OTHER_FILES +=
        html/css/main.css
        html/css/index.css
        html/choose.html
        html/css/choose.css
        html/js/index.js
        @

        1 Reply Last reply
        0

        • Login

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