2011-04-27 10:05:43 +00:00
|
|
|
SOURCES = benchmarking.cpp
|
2011-05-27 03:20:52 +00:00
|
|
|
QT += testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
# install
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib/tutorial5
|
|
|
|
sources.files = $$SOURCES *.pro
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib/tutorial5
|
|
|
|
INSTALLS += target sources
|
|
|
|
|
2011-05-07 21:50:03 +00:00
|
|
|
QT += widgets
|