You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
411 B
12 lines
411 B
13 years ago
|
TEMPLATE = app
|
||
|
CONFIG += qt warn_on release
|
||
11 years ago
|
HEADERS = tqvfb.h tqvfbview.h tqvfbratedlg.h qanimationwriter.h \
|
||
13 years ago
|
gammaview.h skin.h
|
||
11 years ago
|
SOURCES = tqvfb.cpp tqvfbview.cpp tqvfbratedlg.cpp \
|
||
13 years ago
|
main.cpp qanimationwriter.cpp skin.cpp
|
||
|
INTERFACES = config.ui
|
||
|
IMAGES = images/logo.png
|
||
11 years ago
|
TARGET = tqvfb
|
||
13 years ago
|
INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/libpng $$QT_SOURCE_TREE/src/3rdparty/zlib
|
||
|
DEPENDPATH = ../../include
|