Results 1 to 11 of 11

Thread: compiling

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2011
    Posts
    20
    Qt products
    Qt4
    Platforms
    Windows

    Default compiling

    I'm trying to learn to compile projects into an exe file, but I'm having a hard time doing it. I'm not sure what to do. lol, even when programming console apps I never built an exe, I was just learning the language...but anyway

    I was messing around in MinGW, and finally ended up with an exe file in my Debug folder for the project. When I tried to run it I got and error saying something like "mingWM10.dll" is missing..

    I'm not sure about how to compile the project right..

    any ideas?

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Wiki edits
    5

    Default Re: compiling

    The compilation went fine, but you have to ensure that the application can find its needed dlls. So have a look at the documentation on how to deploy a win application. It is very well described there.

  3. #3
    Join Date
    Nov 2011
    Posts
    20
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: compiling

    Hey thanks. You wouldn't happen to have a link for the online documentation to the section I need? I've got a copy of the qt creator documentation here, but I don't know where to click in the documentation, or if I'm even looking at the right documentation for what you were talking about, lol.


    this is the doc from QTcreator is that what you're talking about?
    Introducing Qt Creator
    Qt Creator User Interface
    Getting Started
    Building and Running an Example Application
    Creating a Qt Quick Application
    Creating a Qt Quick Application Using Qt Quick Components
    Creating a Qt Widget Based Application
    Creating a Qt Widget Based Mobile Application
    Managing Projects
    Creating a Project
    Opening a Project
    Adding Libraries to Projects
    Connecting MeeGo Harmattan Devices
    Connecting Generic Linux Devices
    Connecting Maemo Devices
    Connecting Symbian Devices
    Managing Sessions
    Coding
    Using the Editor
    Semantic Highlighting
    Checking Code Syntax
    Completing Code
    Indenting Code
    Finding and Replacing
    Refactoring
    Using Qt Quick Toolbars
    Searching With the Locator
    Pasting and Fetching Code Snippets
    Using Text Editing Macros
    Configuring the Editor
    Using FakeVim Mode
    Developing Application UI
    Developing Qt Quick Applications
    Creating Qt Quick Projects
    Using Qt Quick Designer
    Creating Components
    Creating Buttons
    Creating Scalable Buttons and Borders
    Creating Screens
    Animating Screens
    Adding User Interaction Methods
    Exporting Designs from Graphics Software
    Implementing Application Logic
    Using QML Modules with Plugins
    Developing Widget Based Applications
    Optimizing Applications for Mobile Devices
    Building and Running Applications
    Building Applications for Multiple Targets
    Running Applications on Multiple Targets
    Specifying Build Settings
    Adding Qt Versions
    Adding Tool Chains
    Specifying Run Settings
    Specifying Editor Settings
    Specifying Code Style Settings
    Specifying Dependencies
    Debugging
    Debugging the Example Application
    Launching the Debugger
    Interacting with the Debugger
    Setting Up Debugger
    Using Debugging Helpers
    Debugging Qt Quick Projects
    Troubleshooting Debugger
    Analyzing Code
    Profiling QML Applications
    Detecting Memory Leaks
    Profiling Function Execution
    Running Valgrind Tools Remotely
    Deploying Applications to Mobile Devices
    Deploying Applications to Symbian Devices
    Deploying Applications to Maemo or MeeGo Harmattan Devices
    Publishing Maemo Applications to Extras-devel
    Publishing Applications to Ovi Store
    Building with Remote Compiler
    Getting Help
    Advanced Use
    Operating Systems and Supported Platforms
    Adding New Custom Wizards
    Setting Up a CMake Project
    Setting Up a Generic Project
    Using Version Control Systems
    Adding Qt Designer Plugins
    Using External Tools
    Using Maemo or MeeGo Harmattan Emulator
    Editing MIME Types
    Showing Task List Files in the Build Issues Pane
    Using Command Line Options
    Keyboard Shortcuts
    FAQ
    Tips and Tricks
    Known Issues
    Technical Support
    Glossary
    Acknowledgements

  4. #4
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Wiki edits
    5

    Default Re: compiling

    look here: http://doc.qt.nokia.com/latest/deployment.html and here: http://doc.qt.nokia.com/latest/deployment-windows.html

    If you can't find anything in the documentation, google is your friend.

Similar Threads

  1. Compiling QT on AIX 6.1
    By image2x in forum Installation and Deployment
    Replies: 3
    Last Post: 21st January 2011, 10:18
  2. compiling qt in 64b on mac
    By eric_vi in forum Qt Programming
    Replies: 2
    Last Post: 23rd January 2010, 14:42
  3. compiling 4.4.1
    By LordQt in forum Installation and Deployment
    Replies: 10
    Last Post: 29th September 2008, 09:27
  4. not compiling
    By sudheer in forum Installation and Deployment
    Replies: 6
    Last Post: 28th November 2007, 12:10
  5. Compiling?
    By Afflicted.d2 in forum Newbie
    Replies: 7
    Last Post: 16th October 2006, 19:32

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.