Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [solved] qmake reports multiple targets and stops
Forum Updated to NodeBB v4.3 + New Features

[solved] qmake reports multiple targets and stops

Scheduled Pinned Locked Moved General and Desktop
26 Posts 4 Posters 10.4k 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.
  • N Offline
    N Offline
    naveenchandra
    wrote on last edited by
    #10

    I am reading through the book C++ GUI Programming with Qt 4, by Jasmin Blanchette and Mark Summerfield, where they have used qmake for compiling all the projects. So to follow the discussion in this book, I want to get command line compilation right.

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

      Very good book ! Since you are following their tutorial, I would suggest to concentrate on the coding and understanding part first, then study the command line .

      One of the goal of QtCreator is to make it easier to build projects. The windows command line is not the most programmer friendly thing.

      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
      • N Offline
        N Offline
        naveenchandra
        wrote on last edited by
        #12

        Sir, In many places they are talking or mentioning about qmake compilation. As such it becomes difficult to imitate all the steps in QtCreator for a beginner like me.

        I was watching Brians series of youtube lectures on C++ on Qt where he has used Qtcreator, all those I could reproduce in Qtceator. ( I watched some ten videos).

        But, it looks very difficult to follow the book without the qmake. Hope you can help me out of this.

        Or Please guide me, how I should repeat the qmake -project, qmake hello.pro and make steps in QtCreator without abandoning this beautiful and good book.

        Hope I am not troubling you sir, too much.

        1 Reply Last reply
        0
        • raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #13

          please post your Makefile maybe we can see something there.

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          0
          • N Offline
            N Offline
            naveenchandra
            wrote on last edited by
            #14

            yes sir, I really appreciate your interest in the problem and the zeal to help the beginner.

            Here is the Makefile for your kind perusal.

            #############################################################################

            Makefile for building: "hello helloworld"

            Generated by qmake (3.0) (Qt 5.1.0) on: Wed 21. Aug 14:01:25 2013

            Project: hello.pro

            Template: app

            Command: C:/Qt/Qt5.1.0/5.1.0/mingw48_32/bin/qmake.exe -o Makefile hello.pro

            #############################################################################

            MAKEFILE = Makefile

            first: debug
            install: debug-install
            uninstall: debug-uninstall
            QMAKE = C:/Qt/Qt5.1.0/5.1.0/mingw48_32/bin/qmake.exe
            DEL_FILE = rm -f
            CHK_DIR_EXISTS= test -d
            MKDIR = mkdir -p
            COPY = cp -f
            COPY_FILE = cp -f
            COPY_DIR = cp -f -R
            INSTALL_FILE = cp -f
            INSTALL_PROGRAM = cp -f
            INSTALL_DIR = $(COPY_DIR)
            DEL_FILE = rm -f
            SYMLINK =
            DEL_DIR = rmdir
            MOVE = mv -f
            SUBTARGETS =
            debug
            release

            1 Reply Last reply
            0
            • N Offline
              N Offline
              naveenchandra
              wrote on last edited by
              #15

              Makefile continued......................................

              debug: FORCE
              $(MAKE) -f $(MAKEFILE).Debug
              debug-make_first: FORCE
              $(MAKE) -f $(MAKEFILE).Debug
              debug-all: FORCE
              $(MAKE) -f $(MAKEFILE).Debug all
              debug-clean: FORCE
              $(MAKE) -f $(MAKEFILE).Debug clean
              debug-distclean: FORCE
              $(MAKE) -f $(MAKEFILE).Debug distclean
              debug-install: FORCE
              $(MAKE) -f $(MAKEFILE).Debug install
              debug-uninstall: FORCE
              $(MAKE) -f $(MAKEFILE).Debug uninstall
              release: FORCE
              $(MAKE) -f $(MAKEFILE).Release
              release-make_first: FORCE
              $(MAKE) -f $(MAKEFILE).Release
              release-all: FORCE
              $(MAKE) -f $(MAKEFILE).Release all
              release-clean: FORCE
              $(MAKE) -f $(MAKEFILE).Release clean
              release-distclean: FORCE
              $(MAKE) -f $(MAKEFILE).Release distclean
              release-install: FORCE
              $(MAKE) -f $(MAKEFILE).Release install
              release-uninstall: FORCE
              $(MAKE) -f $(MAKEFILE).Release uninstall

              Makefile: hello.pro C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/win32-g++/qmake.conf C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/spec_pre.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/qdevice.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/device_config.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/common/shell-unix.conf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/qconfig.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_axbase.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_axcontainer.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_axserver.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_bootstrap.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_clucene.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_concurrent.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_core.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_declarative.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_designer.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_designercomponents.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_gui.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_help.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_multimedia.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_multimediawidgets.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_network.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_opengl.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_openglextensions.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_platformsupport.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_printsupport.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_qml.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_qmldevtools.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_qmltest.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_qtmultimediaquicktools.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_quick.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_quickparticles.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_script.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_scripttools.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_sensors.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_serialport.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_sql.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_svg.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_testlib.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_uitools.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_v8.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_webkit.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_webkitwidgets.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_widgets.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_xml.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_xmlpatterns.pri
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/qt_functions.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/qt_config.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/win32-g++/qmake.conf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/spec_post.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/exclusive_builds.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/default_pre.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/win32/default_pre.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/resolve_config.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/default_post.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/win32/rtti.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/warn_on.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/qt.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/resources.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/moc.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/win32/opengl.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/win32/windows.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/testcase_targets.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/exceptions.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/yacc.prf
              C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/lex.prf \

              1 Reply Last reply
              0
              • N Offline
                N Offline
                naveenchandra
                wrote on last edited by
                #16

                Makefile continued..............................

                hello.pro
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/lib/Qt5Gui.prl
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/lib/Qt5Core.prl
                $(QMAKE) -o Makefile hello.pro
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/spec_pre.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/qdevice.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/device_config.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/common/shell-unix.conf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/qconfig.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_axbase.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_axcontainer.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_axserver.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_bootstrap.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_clucene.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_concurrent.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_core.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_declarative.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_designer.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_designercomponents.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_gui.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_help.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_multimedia.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_multimediawidgets.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_network.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_opengl.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_openglextensions.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_platformsupport.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_printsupport.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_qml.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_qmldevtools.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_qmltest.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_qtmultimediaquicktools.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_quick.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_quickparticles.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_script.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_scripttools.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_sensors.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_serialport.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_sql.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_svg.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_testlib.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_uitools.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_v8.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_webkit.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_webkitwidgets.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_widgets.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_xml.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/modules/qt_lib_xmlpatterns.pri:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/qt_functions.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/qt_config.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/win32-g++/qmake.conf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/spec_post.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/exclusive_builds.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/default_pre.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/win32/default_pre.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/resolve_config.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/default_post.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/win32/rtti.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/warn_on.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/qt.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/resources.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/moc.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/win32/opengl.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/win32/windows.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/testcase_targets.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/exceptions.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/yacc.prf:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/lex.prf:
                hello.pro:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/lib/Qt5Gui.prl:
                C:/Qt/Qt5.1.0/5.1.0/mingw48_32/lib/Qt5Core.prl:
                qmake: FORCE
                @$(QMAKE) -o Makefile hello.pro

                qmake_all: FORCE

                make_first: debug-make_first release-make_first FORCE
                all: debug-all release-all FORCE
                clean: debug-clean release-clean FORCE
                distclean: debug-distclean release-distclean FORCE
                -$(DEL_FILE) Makefile

                debug-mocclean:
                $(MAKE) -f $(MAKEFILE).Debug mocclean
                release-mocclean:
                $(MAKE) -f $(MAKEFILE).Release mocclean
                mocclean: debug-mocclean release-mocclean

                debug-mocables:
                $(MAKE) -f $(MAKEFILE).Debug mocables
                release-mocables:
                $(MAKE) -f $(MAKEFILE).Release mocables
                mocables: debug-mocables release-mocables

                check: first
                FORCE:

                $(MAKEFILE).Debug: Makefile
                $(MAKEFILE).Release: Makefile

                1 Reply Last reply
                0
                • N Offline
                  N Offline
                  naveenchandra
                  wrote on last edited by
                  #17

                  -------------That is the Makefile.

                  1 Reply Last reply
                  0
                  • raven-worxR Offline
                    raven-worxR Offline
                    raven-worx
                    Moderators
                    wrote on last edited by
                    #18

                    if i reconstructed these parts correctly i can't see any rules around line 62 in your makefile.

                    How do you call the Makefile ... how does your make call look like?

                    --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
                    If you have a question please use the forum so others can benefit from the solution in the future

                    1 Reply Last reply
                    0
                    • N Offline
                      N Offline
                      naveenchandra
                      wrote on last edited by
                      #19

                      Sorry, may be because of cutting the file into three pieces it is like that,

                      here is the line number 62 of the Makefile:

                      Makefile: hello.pro C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/win32-g++/qmake.conf C:/Qt/Qt5.1.0/5.1.0/mingw48_32/mkspecs/features/spec_pre.prf \

                      In single line

                      1 Reply Last reply
                      0
                      • N Offline
                        N Offline
                        naveenchandra
                        wrote on last edited by
                        #20

                        Hello friends,

                        I uninstalled Qt5.1.0 from my machine and installed Qt 4.8.4 using
                        qt-win-opensource-4.8.4-mingw.exe installer.

                        Now the qmake and make are working, and the hello.exe is created in the debug directory.

                        Unfortunately the hello.exe is not running due to many missing dll files.

                        I downloaded many all the dll files files one by one as it reported and copied into C:/Windows/system32 directory. Now I am getting an error like procedure entry point BLAH BLAH BLAH could not located in QtCored4.dll. How to rectify such errors?. Can reinstalling Windows7 solve the problem?

                        Question : Something may be wrong with the Qt5.1.0 qmake?

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

                          On windows starting an application from the build directory requires the same work as when deploying so you have to read the "deployment guide":http://qt-project.org/doc/qt-4.8/deployment-windows.html for that to work.

                          For you last question, might be, you can try to look at the "bug report system":http://bugreports.qt-project.org/issues/ if it's a known issue

                          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
                          • raven-worxR Offline
                            raven-worxR Offline
                            raven-worx
                            Moderators
                            wrote on last edited by
                            #22

                            to your problem with the Qt 4.8.4 DLLs:
                            please also make sure that you use the same mingw version.... you use mingw 4.8 right?
                            For Qt 4.8 it should be mingw 4.4 IIRC

                            --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
                            If you have a question please use the forum so others can benefit from the solution in the future

                            1 Reply Last reply
                            0
                            • N Offline
                              N Offline
                              naveenchandra
                              wrote on last edited by
                              #23

                              Hello all,

                              My qmake problem got solved!.

                              I installed Qt 4.8.4 (mingw version) and MinGW (MinGW-gcc440-1.zip) . (Previously i was working on Qt 5.1.0, whose qmake did not work in my machine and still is not working)

                              Installation directories are : C:\Qt\4.8.4\ and C:\MinGW

                              Now I can follow all the projects given in the "C++ GUI Programming with Qt4" By Jasmin and Mak, running smoothly like butter,feeling like on top of the world now.

                              Thanks for the support

                              Naveen C K

                              1 Reply Last reply
                              0
                              • N Offline
                                N Offline
                                naveenchandra
                                wrote on last edited by
                                #24

                                Hello all,

                                Special hellos to SGaist and raven-worx. You are doing wonderful job out there, Keep up your good work.

                                My qmake problem got solved. I installed Qt 4.8.4 (mingw version) and MinGW (MinGW-gcc440-1.zip) . (Previously i was working on Qt 5.1.0, whose qmake did not work in my machine and still is not working)

                                Installation directories are : C:\Qt\4.8.4\ and C:\MinGW

                                Now I can follow all the projects given in the “C++ GUI Programming with Qt4” By Jasmin and Mak, running smoothly like butter,feeling like on top of the world now.

                                Thanks for the support

                                Naveen C K

                                1 Reply Last reply
                                0
                                • K Offline
                                  K Offline
                                  koahnig
                                  wrote on last edited by
                                  #25

                                  [quote author="naveenchandra" date="1377251744"]Hello all,

                                  Special hellos to SGaist and raven-worx. You are doing wonderful job out there, Keep up your good work.

                                  My qmake problem got solved. I installed Qt 4.8.4 (mingw version) and MinGW (MinGW-gcc440-1.zip) . (Previously i was working on Qt 5.1.0, whose qmake did not work in my machine and still is not working)

                                  Installation directories are : C:\Qt\4.8.4\ and C:\MinGW

                                  Now I can follow all the projects given in the “C++ GUI Programming with Qt4” By Jasmin and Mak, running smoothly like butter,feeling like on top of the world now.

                                  Thanks for the support

                                  Naveen C K[/quote]

                                  Rather than starting a new thread with no relation to the original post, you should simply add [solved] to the title of your original thread.

                                  Vote the answer(s) that helped you to solve your issue(s)

                                  1 Reply Last reply
                                  0
                                  • N Offline
                                    N Offline
                                    naveenchandra
                                    wrote on last edited by
                                    #26

                                    But, the original problem is not solved sir, it still remains as it is.

                                    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