Advertisement
InAndOutLand

.pro file -- InAndOutLand

Mar 15th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.41 KB | None | 0 0
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2013-02-13T21:07:13
  4. #
  5. #-------------------------------------------------
  6. QT += webkit
  7. QT += webkit webkitwidgets
  8. QT       += core gui
  9.  
  10.  
  11. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  12.  
  13. TARGET = Neo
  14. TEMPLATE = app
  15.  
  16.  
  17. SOURCES += main.cpp\
  18.         mainwindow.cpp
  19.  
  20. HEADERS  += mainwindow.h
  21.  
  22. FORMS    += mainwindow.ui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement