summaryrefslogtreecommitdiffstats
path: root/tools/qvfb/qvfb.pro
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2013-11-08 09:46:27 +0100
committerSlávek Banko <[email protected]>2013-11-08 09:46:27 +0100
commitc0780a876e11732962b98e3b1aac0f503b4e9ad9 (patch)
tree3868825a8f2ab785cb308248a8e88942610f5a6f /tools/qvfb/qvfb.pro
parentef73e104bd71560e1dab2c0c9a1bb1d718674e1a (diff)
downloadqt3-c0780a876e11732962b98e3b1aac0f503b4e9ad9.tar.gz
qt3-c0780a876e11732962b98e3b1aac0f503b4e9ad9.zip
Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT"
Diffstat (limited to 'tools/qvfb/qvfb.pro')
-rw-r--r--tools/qvfb/qvfb.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/qvfb/qvfb.pro b/tools/qvfb/qvfb.pro
index 33e6a3f..7896e7c 100644
--- a/tools/qvfb/qvfb.pro
+++ b/tools/qvfb/qvfb.pro
@@ -1,11 +1,11 @@
TEMPLATE = app
CONFIG += qt warn_on release
-HEADERS = tqvfb.h tqvfbview.h tqvfbratedlg.h qanimationwriter.h \
+HEADERS = qvfb.h qvfbview.h qvfbratedlg.h qanimationwriter.h \
gammaview.h skin.h
-SOURCES = tqvfb.cpp tqvfbview.cpp tqvfbratedlg.cpp \
+SOURCES = qvfb.cpp qvfbview.cpp qvfbratedlg.cpp \
main.cpp qanimationwriter.cpp skin.cpp
INTERFACES = config.ui
IMAGES = images/logo.png
-TARGET = tqvfb
+TARGET = qvfb
INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/libpng $$QT_SOURCE_TREE/src/3rdparty/zlib
DEPENDPATH = ../../include