Skip to content

Creates a simple C++ project including CMake build script

License

Notifications You must be signed in to change notification settings

roland-wolf/pcreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcreator

Creates a simple C++ project including CMake build script The current focus is building Qt Hello World style projects quickly.

Compile pcreator: Compile like any Qt CMake project.

    mkdir <build_dir>
    cd <build_dir>
    cmake <src_dir> -DCMAKE_PREFIX_PATH=<QtDir>/lib/cmake
    make

Usage:

    cd <root-directory-of future-project>
    pcreator MyCosmicProject
    cd MyCosmicProject
    ... hack hack hack ...

About

Creates a simple C++ project including CMake build script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published