doc/src/snippets/qmake/variables.pro
changeset 7 f7bc934e204c
parent 0 1918ee327afb
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     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]