blob: 9b25197cd164112a9e4663f4c01c487921b14d49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
TEMPLATE = app
TARGET = progressbar
CONFIG += qt warn_on release
DEPENDPATH = ../../include
REQUIRES = large-config
HEADERS = progressbar.h
SOURCES = main.cpp \
progressbar.cpp
|