Advertisement
Guest User

AutomationTest.pro

a guest
Jan 6th, 2017
161
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 += axcontainer
  3. QT -= gui
  4.  
  5. CONFIG += c++11
  6.  
  7. TARGET = AutomationTest
  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