Guest User

Untitled

a guest
Jan 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. QT += core
  2. QT -= gui
  3. TEMPLATE = app
  4. CONFIG += console
  5. CONFIG -= app_bundle
  6.  
  7. TARGET =
  8. DEPENDPATH += .
  9. INCLUDEPATH += .
  10.  
  11. # Input
  12. HEADERS += Test.h
  13. SOURCES += main.cpp
Add Comment
Please, Sign In to add comment