doc/src/snippets/qmake/variables.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     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]