Advertisement
Guest User

Untitled

a guest
Apr 6th, 2016
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QML 0.20 KB | None | 0 0
  1. import qbs 1.0
  2.  
  3. Application {
  4.     name: "snake"
  5.     files: ["main.cpp", "game.h", "game.cpp"]
  6.     Depends { name: "cpp" }
  7.     cpp.dynamicLibraries: "ncurses"
  8.     //cpp.cxxLanguageVersion: "c++11"
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement