Guest User

Untitled

a guest
Oct 18th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2011-09-01T11:56:47
  4. #
  5. #-------------------------------------------------
  6.  
  7. QT += core gui
  8.  
  9. TARGET = default
  10. TEMPLATE = app
  11.  
  12.  
  13. SOURCES += main.cpp\
  14. mainwindow.cpp \
  15. qgraphicstableitem.cpp
  16.  
  17. INCLUDEPATH +=$$quote(/home/lavoro92/Desktop/QtLibrary/Qgraphcsitem Derived/Qgraphicsitemresizable)
  18.  
  19. HEADERS += mainwindow.h \
  20. qgraphicstableitem.h
  21. FORMS += mainwindow.ui
Add Comment
Please, Sign In to add comment