Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2016-03-29T15:59:49
  4. #
  5. #-------------------------------------------------
  6.  
  7. QT += core gui xml
  8.  
  9. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  10.  
  11. TARGET = TTgui
  12. TEMPLATE = app
  13.  
  14.  
  15. SOURCES += main.cpp\
  16. mainwindow.cpp \
  17. MyTableModel.cpp \
  18. DataTab.cpp \
  19. StorData.cpp \
  20. MyTablemodelProxyGen.cpp \
  21. StorProject.cpp \
  22. StoreGen.cpp \
  23. MyTableModelProxyInfo.cpp \
  24. SvidSortFilterProxyModel.cpp \
  25. MyDialNewDoc.cpp
  26.  
  27. HEADERS += mainwindow.h \
  28. MyTableModel.h \
  29. DataTab.h \
  30. StorData.h \
  31. MyTablemodelProxyGen.h \
  32. StorProject.h \
  33. StoreGen.h \
  34. MyTableModelProxyInfo.h \
  35. define.h \
  36. SvidSortFilterProxyModel.h \
  37. MyDialNewDoc.h
  38.  
  39. FORMS += mainwindow.ui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement