Guest User

Untitled

a guest
Mar 14th, 2014
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.49 KB | None | 0 0
  1. #ifndef MAIN_H
  2. #define MAIN_H
  3.  
  4. #define PYTHON_HOME "/data/data/org.qtproject.example.pyotherside_example/libs/python32"
  5.  
  6. #define PYTHON_PATH "/data/data/org.qtproject.example.pyotherside_example/libs/python32/lib/python3.2:/data/data/org.qtproject.example.pyotherside_example/libs/python32/lib/python3.2/site-packages:/data/data/org.qtproject.example.pyotherside_example/libs/python32"
  7.  
  8. #define PYSIDE_APPLICATION_FOLDER "/data/data/org.qtproject.example.pyotherside_example/"
  9.  
  10. #endif // MAIN_H
Advertisement
Add Comment
Please, Sign In to add comment