customui.pro 858 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2013-02-06T12:53:55
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. TARGET = CustomUI
  8. TEMPLATE = lib
  9. DESTDIR = ../../output
  10. DEFINES += CUSTOMUI_LIBRARY
  11. SOURCES += customui.cpp \
  12. xtoolbutton.cpp \
  13. xmainwindow.cpp \
  14. ximagebutton.cpp \
  15. xtitlebar.cpp \
  16. xtoolbar.cpp \
  17. xtoolbuttonex.cpp \
  18. xstatusbar.cpp \
  19. xtextbutton.cpp \
  20. xlabel.cpp \
  21. xtitlewidget.cpp \
  22. xmainwidget.cpp
  23. HEADERS += customui.h\
  24. CustomUI_global.h \
  25. xtoolbutton.h \
  26. xmainwindow.h \
  27. ximagebutton.h \
  28. xtitlebar.h \
  29. xtoolbar.h \
  30. xtoolbuttonex.h \
  31. xstatusbar.h \
  32. xtextbutton.h \
  33. xlabel.h \
  34. xtitlewidget.h \
  35. xmainwidget.h
  36. RESOURCES += res.qrc
  37. FORMS +=