summaryrefslogtreecommitdiffstats
path: root/proverb/proverb.pro
blob: 0778e1055bbf5d0ee3b0530f968df02a3614bba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE = app
QT = gui \
    core
CONFIG += qt \
    release \
    warn_on \
    console
DESTDIR = bin
OBJECTS_DIR = build
MOC_DIR = build
UI_DIR = build
FORMS = ui/mainwindow.ui \
    ui/about.ui
HEADERS = src/mainwindow.h \
    src/tabdialog.h
SOURCES = src/mainwindow.cpp \
    src/main.cpp \
    src/tabdialog.cpp
RESOURCES += icons.qrc
TRANSLATIONS += proverb_ml.ts
OTHER_FILES += 
#QMAKE_LFLAGS += -static