Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import qbs 1.0
- Application {
- name: "snake"
- files: ["main.cpp", "game.h", "game.cpp"]
- Depends { name: "cpp" }
- cpp.dynamicLibraries: "ncurses"
- //cpp.cxxLanguageVersion: "c++11"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement