Advertisement
JoelSjogren

Untitled

Nov 7th, 2013
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. CONFIG += qxt
  2. QXT += core gui
  3. QT += core gui
  4.  
  5. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  6.  
  7. TARGET = window-copy
  8. TEMPLATE = app
  9.  
  10.  
  11. SOURCES += main.cpp\
  12. dialog.cpp
  13.  
  14. HEADERS += dialog.h
  15.  
  16. FORMS += dialog.ui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement