3 INCLUDEPATH
+= include
/
4 INCLUDEPATH
+= ui
/include
/
6 UI_HEADERS_DIR
= ui
/include
7 UI_SOURCES_DIR
= ui
/src
9 HEADERS
= include
/ImageViewWindow
.hh include
/ImageObject
.hh
10 SOURCES
= main
.cc src
/ImageViewWindow
.cc src
/ImageObject
.cc
11 FORMS
= ui
/ImageViewWindow
.ui
12 RESOURCES
= ui
/ImageView
.qrc
16 target
.path
= imageview
17 sources
.files
= $$SOURCES $$HEADERS $$RESOURCES $$FORMS
*.pro
19 INSTALLS
+= target sources