diff options
Diffstat (limited to 'tools/tqvfb/tqvfb.pro')
-rw-r--r-- | tools/tqvfb/tqvfb.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/tqvfb/tqvfb.pro b/tools/tqvfb/tqvfb.pro new file mode 100644 index 000000000..33e6a3f25 --- /dev/null +++ b/tools/tqvfb/tqvfb.pro @@ -0,0 +1,11 @@ +TEMPLATE = app +CONFIG += qt warn_on release +HEADERS = tqvfb.h tqvfbview.h tqvfbratedlg.h qanimationwriter.h \ + gammaview.h skin.h +SOURCES = tqvfb.cpp tqvfbview.cpp tqvfbratedlg.cpp \ + main.cpp qanimationwriter.cpp skin.cpp +INTERFACES = config.ui +IMAGES = images/logo.png +TARGET = tqvfb +INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/libpng $$QT_SOURCE_TREE/src/3rdparty/zlib +DEPENDPATH = ../../include |