Advertisement
stevennathaniel

File .pro Proyek QT C++ Postgresql

Apr 30th, 2016
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. QT += core
  2. QT += sql
  3. QT -= gui
  4.  
  5. CONFIG += c++11
  6.  
  7. TARGET = Latihan5
  8. CONFIG += console
  9. CONFIG -= app_bundle
  10.  
  11. TEMPLATE = app
  12.  
  13. SOURCES += main.cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement