Results 1 to 3 of 3

Thread: Problem with building Qt quick application

  1. #1
    Join Date
    Nov 2010
    Location
    Finland
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Problem with building Qt quick application

    I got following error message when building Qt quick application

    Running build steps for project Transitions...
    Configuration unchanged, skipping qmake step.
    Starting: "E:\Qt\mingw\bin\mingw32-make.exe" -w
    mingw32-make: Entering directory `G:/Qt projects/Transitions/Transitions-build-desktop'
    E:/Qt/mingw/bin/mingw32-make -f Makefile.Debug
    mingw32-make[1]: Entering directory `G:/Qt projects/Transitions/Transitions-build-desktop'
    g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"e:\Qt\qt\include\QtCore" -I"e:\Qt\qt\include\QtGui" -I"e:\Qt\qt\include\QtDeclarative" -I"e:\Qt\qt\include" -I"..\Transitions\qmlapplicationviewer" -I"e:\Qt\qt\include\ActiveQt" -I"debug" -I"..\Transitions" -I"." -I"e:\Qt\qt\mkspecs\win32-g++" -o debug\main.o ..\Transitions\main.cpp
    g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"e:\Qt\qt\include\QtCore" -I"e:\Qt\qt\include\QtGui" -I"e:\Qt\qt\include\QtDeclarative" -I"e:\Qt\qt\include" -I"..\Transitions\qmlapplicationviewer" -I"e:\Qt\qt\include\ActiveQt" -I"debug" -I"..\Transitions" -I"." -I"e:\Qt\qt\mkspecs\win32-g++" -o debug\qmlapplicationviewer.o ..\Transitions\qmlapplicationviewer\qmlapplication viewer.cpp
    g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows -o debug\Transitions.exe debug/main.o debug/qmlapplicationviewer.o -L"e:\Qt\qt\lib" -lmingw32 -lqtmaind -lQtDeclaratived4 -lQtGuid4 -lQtCored4
    Copying application data...
    mingw32-make[1]: Leaving directory `G:/Qt projects/Transitions/Transitions-build-desktop'
    mingw32-make: Leaving directory `G:/Qt projects/Transitions/Transitions-build-desktop'
    Invalid number of parameters
    mingw32-make[1]: *** [copydeploymentfolders] Error 4
    mingw32-make: *** [debug] Error 2
    The process "E:\Qt\mingw\bin\mingw32-make.exe" exited with code 2.
    Error while building project Transitions (target: Desktop)
    When executing build step 'Make'


    This seems to happen also with helloworld app. C++ qui app compiles normally. My Qt version is 4.71 and tried new Creator 2.1 beta2. I also tried MinGW 4.5 with no effect. OS is windows 7 64-bit. Same app compiles perfectly on Mac.

    Thanks

  2. #2
    Join Date
    Nov 2010
    Posts
    6
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Problem with building Qt quick application

    I have the same problem, I have reported it.
    http://bugreports.qt.nokia.com/browse/QTCREATORBUG-3094

  3. #3
    Join Date
    Nov 2010
    Location
    Finland
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: Problem with building Qt quick application

    Seems that Creator 2.1 RC fixed problem for me.

Similar Threads

  1. Building Distributed Application
    By Ma7moud El-Naggar in forum Qt Programming
    Replies: 4
    Last Post: 4th November 2010, 20:08
  2. Problem building application with custom widget
    By Uthar in forum Installation and Deployment
    Replies: 6
    Last Post: 19th January 2009, 18:57
  3. Replies: 0
    Last Post: 9th May 2007, 11:35
  4. Replies: 3
    Last Post: 6th March 2007, 19:24
  5. Basic: problem building designer application
    By kingslee in forum Qt Tools
    Replies: 2
    Last Post: 31st August 2006, 16:26

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.