How do I make a .deb Package ending in Qt C ++
-
What build system are you using ?
-
cmake has cpack that offers support to generate deb files with qmake you have to do some more work
-
cmake has cpack that offers support to generate deb files with qmake you have to do some more work
-
You also have the CPack Generators page
-
You also have the CPack Generators page
-
Unless you are doing something particular, you have two variables to fill: the package author and dependencies. The rest is handled for you, you just need to call
make package
and cmake will handle the building of the deb file for.If you need more information, then please contact the cmake people.
-
Unless you are doing something particular, you have two variables to fill: the package author and dependencies. The rest is handled for you, you just need to call
make package
and cmake will handle the building of the deb file for.If you need more information, then please contact the cmake people.
@SGaist How so? should contact the cmake? I was just asking about the tutorial for a link that you give me not understand the explanation, I doubt even start. Does it start from the .pro file, or the result of a build? etc. And there does not exist an explanation must begin where.
-
First: please do your homework. A quick search with cmake as keyword in Qt's documentation returns just that: the CMake manual for Qt. Once you have your project to build, then you can add the packaging stuff.
To contact the cmake folks you have either their mailing list or the #cmake IRC channel.
-
First: please do your homework. A quick search with cmake as keyword in Qt's documentation returns just that: the CMake manual for Qt. Once you have your project to build, then you can add the packaging stuff.
To contact the cmake folks you have either their mailing list or the #cmake IRC channel.
-
-
The 4 first links are video tutorials to use Qt with CMake