doc/src/snippets/qmake/variables.pro
branchRCL_3
changeset 8 3f74d0d4af4c
parent 0 1918ee327afb
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
       
     1 #! [0]
       
     2 HEADERS = mainwindow.h paintwidget.h
       
     3 #! [0] #! [1]
       
     4 SOURCES = main.cpp mainwindow.cpp \
       
     5           paintwidget.cpp
       
     6 CONFIG += qt
       
     7 #! [1]