Re: [CMake] Deploy Qt based App to WindowsStore using CMake

2016-03-03 Thread Nikita Barawade
Hi, Thank you for reply ! Yes , I have the developer mode under Windows 10 activated. I can see AppxManifest.xml present inside ,Sample_App\Build\Debug\AppX\ With below link i.e using qmake to covert Qt project to WinRT compatible, I can get App running on both "Remote machine" and "Local

Re: [CMake] Problem using VS-compiled Clang as a C/C++ compiler.

2016-03-03 Thread Cristian Adam
Hi Anton, clang.exe doesn't know of any windows specific things. Clang-cl instead does. Just make sure to have clang-cl before msvc-cl in path and ninja will just work. Cheers, Cristian On Mar 4, 2016 01:31, "Anton Yartsev" wrote: > Hi all, > > I'm trying to use

[Cmake-commits] CMake branch, master, updated. v3.5.0-rc3-158-g8318016

2016-03-03 Thread Kitware Robot
_VERSION_MINOR 5) -set(CMake_VERSION_PATCH 20160303) +set(CMake_VERSION_PATCH 20160304) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

[cmake-developers] [CMake 0016005]: Add basic support for generating .pc files.

2016-03-03 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=16005 == Reported By:James Tocknell Assigned To:

[CMake] Problem using VS-compiled Clang as a C/C++ compiler.

2016-03-03 Thread Anton Yartsev
Hi all, I'm trying to use Clang, compiled with VS 2013 (configuration:Release, platform:x64) as a C/C++ compiler for a simple HelloWorld CMake project. Generation ends up with errors like "clang.exe: error: no such file or directory: '/DWIN32'" at compiler check stage. If I understand

Re: [cmake-developers] Appending to LINK_FLAGS property of a target doesn't seem to work correctly

2016-03-03 Thread Nils Gladitz
On 03.03.2016 22:57, Dan Liew wrote: Hi, I noticed recently is you do something like this add_executable(foo a.cpp b.cpp) set_property(TARGET shell APPEND PROPERTY LINK_FLAGS "-fopenmp") set_property(TARGET shell APPEND PROPERTY LINK_FLAGS "-static") then the flags that end up being passed to

Re: [CMake] [cmake-developers] Appending to LINK_FLAGS property of a target doesn't seem to work correctly

2016-03-03 Thread Nils Gladitz
On 03.03.2016 22:57, Dan Liew wrote: Hi, I noticed recently is you do something like this add_executable(foo a.cpp b.cpp) set_property(TARGET shell APPEND PROPERTY LINK_FLAGS "-fopenmp") set_property(TARGET shell APPEND PROPERTY LINK_FLAGS "-static") then the flags that end up being passed to

[CMake] Appending to LINK_FLAGS property of a target doesn't seem to work correctly

2016-03-03 Thread Dan Liew
Hi, I noticed recently is you do something like this add_executable(foo a.cpp b.cpp) set_property(TARGET shell APPEND PROPERTY LINK_FLAGS "-fopenmp") set_property(TARGET shell APPEND PROPERTY LINK_FLAGS "-static") then the flags that end up being passed to the compiler during linking are like

[cmake-developers] Appending to LINK_FLAGS property of a target doesn't seem to work correctly

2016-03-03 Thread Dan Liew
Hi, I noticed recently is you do something like this add_executable(foo a.cpp b.cpp) set_property(TARGET shell APPEND PROPERTY LINK_FLAGS "-fopenmp") set_property(TARGET shell APPEND PROPERTY LINK_FLAGS "-static") then the flags that end up being passed to the compiler during linking are like

Re: [CMake] Deploy Qt based App to WindowsStore using CMake

2016-03-03 Thread Roman Wüger
Do you have the developer mode under Windows 10 activated? Do you have registered your app (Add-AppxPackage -Register AppxManifest.xml)? See https://doc-snapshots.qt.io/qt5-5.6/winrt-support.html#building-from-source Best regards Roman > Am 03.03.2016 um 16:53 schrieb Nikita Barawade >

Re: [CMake] fixup_bundle on Windows : issue with multiple exe applications

2016-03-03 Thread David Cole via CMake
It was designed originally with the assumption that all the executables in a bundle are in the same directory. If you violate that assumption, I don't think you can count on it to do the right thing 100% of the time. If it works for you calling it multiple times with deepest first, then maybe you

[CMake] fixup_bundle on Windows : issue with multiple exe applications

2016-03-03 Thread Benjamin Ballet
Hello I'd like to discuss a problem I encountered today with the very useful module BundleUtilities We have an application on Windows with one main exe file in the top folder and a few other exe in subdirectories, like that : applicationfolder \ | main.exe

[CMake] confused on default actions in find_path and find_library on Mac

2016-03-03 Thread quanzhao198757
I want to use libpng.dylib in my project, and there is a libpng(version1.6) installed by brew: $ ll /Users/quanzhao/git-space/homebrew/lib/libpng.dylib $ ll /Users/quanzhao/git-space/homebrew/include/png.hthere is another libpng(version 1.4) in Mono.framework on Mac: $ ll