libldbus-1.a and the others are installed when I install the package already 
mentioned in the location already mentioned. 
Mark

      From: Julien Darthenay <[email protected]>
 To: [email protected] 
 Sent: Sunday, April 24, 2016 12:25 AM
 Subject: Re: [Msys2-users] Building a basic Qt-application?
  
 Do you mean you have, for instance, a libldbus-1.dll.a file there? I have 
searched I have not found any libldbus-1.a in my files.
 Anybody knows which Qt package I should install to get it?
 
 Le 24/04/2016 à 00:21, Mark Wilmoth a écrit :
  
  Those libraries are installed in /msys64/mingw64/lib when you install the 
non-static QT package mingw-w64-x86_64-qt5 
  I don't know about the static package.  
  Mark 
 
        From: Julien Darthenay <[email protected]>
 To: [email protected] 
 Sent: Saturday, April 23, 2016 3:30 PM
 Subject: Re: [Msys2-users] Building a basic Qt-application?
  
 Well,
 I have just noticed, -L options in Makefiles seem coherent except for 
 "-LC:\building\msys64\mingw64\lib"  (Msys64 is installed in 
 "D:\Prog\MSys64"). No idea what this is coming from. Is that a default 
 path replacing a missing directory which should contain lib files?
 
 Le 23/04/2016 à 22:22, Julien Darthenay a écrit :
 > Hello,
 >
 > I am trying to use Qt but I get linker errors. I installed the
 > mingw64/mingw-w64-x86_64-qt5-static package. Is that sufficient to build
 > a basic hello word application?
 >
 > The hello word program is this one:
 > ***
 > #include <QApplication>
 > #include <QPushButton>
 >
 > int main(int argc, char *argv[])
 > {
 >      QApplication app(argc, argv);
 >
 >      QPushButton hello("Hello world!");
 >
 >      hello.show();
 >      return app.exec();
 > }
 > ***
 >
 > I had to add "QT += widgets" to my QtHello.pro to successfully compile
 > with the generated Makefile, but I now have linker errors...
 > ***
 >D:/Prog/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../x86_6
 > 4-w64-mingw32/bin/ld.exe: cannot find -ldbus-1
 >D:/Prog/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../x86_6
 > 4-w64-mingw32/bin/ld.exe: cannot find -ljasper
 >D:/Prog/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../x86_6
 > 4-w64-mingw32/bin/ld.exe: cannot find -lwebp
 >D:/Prog/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../x86_6
 > 4-w64-mingw32/bin/ld.exe: cannot find -lsicuind
 >D:/Prog/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../x86_6
 > 4-w64-mingw32/bin/ld.exe: cannot find -lsicuucd
 >D:/Prog/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../x86_6
 > 4-w64-mingw32/bin/ld.exe: cannot find -lsicudtd
 > Makefile.Debug:64: recipe for target 'debug\QtHello.exe' failed
 > ***
 > I am not sure I have installed all that I need.
 >
 >------------------------------------------------------------------------------
 > Find and fix application performance issues faster with Applications Manager
 > Applications Manager provides deep performance insights into multiple tiers 
 > of
 > your business applications. It resolves application problems quickly and
 > reduces your MTTR. Get your free trial!
 > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
 > _______________________________________________
 > Msys2-users mailing list
 > [email protected]
 > https://lists.sourceforge.net/lists/listinfo/msys2-users 
 >
 
 
------------------------------------------------------------------------------
 Find and fix application performance issues faster with Applications Manager
 Applications Manager provides deep performance insights into multiple tiers of
 your business applications. It resolves application problems quickly and
 reduces your MTTR. Get your free trial!
 https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
 _______________________________________________
 Msys2-users mailing list
 [email protected]
 https://lists.sourceforge.net/lists/listinfo/msys2-users 
 
      
  
 ------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z 
  
 _______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users
 
 
  
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users


   

  
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to