diff options
author | Michele Calgaro <[email protected]> | 2024-06-25 12:25:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-25 12:25:06 +0900 |
commit | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (patch) | |
tree | fe5a644a42056c012132e5bbc57f3ce1ba40d5c2 /tools/tqvfb/tqvfb.pro | |
parent | bba3e1fa3870a23f1cf0b5d1143ffd646ac797a4 (diff) | |
download | tqt3-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.tar.gz tqt3-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.zip |
Remove documentation for QWS classes and Qt/Embedded
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tools/tqvfb/tqvfb.pro')
-rw-r--r-- | tools/tqvfb/tqvfb.pro | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/tqvfb/tqvfb.pro b/tools/tqvfb/tqvfb.pro deleted file mode 100644 index 33e6a3f25..000000000 --- a/tools/tqvfb/tqvfb.pro +++ /dev/null @@ -1,11 +0,0 @@ -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 |