-
Notifications
You must be signed in to change notification settings - Fork 2
/
osavul.pro
58 lines (45 loc) · 1.16 KB
/
osavul.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#-------------------------------------------------
#
# Project created by QtCreator 2012-02-25T21:10:51
#
#-------------------------------------------------
QT += core gui network xmlpatterns
TARGET = osavul
TEMPLATE = app
CONFIG += qt debug
CODECFORTR = UTF-8
CODECFORSRC = UTF-8
SOURCES += main.cpp\
mainwindow.cpp \
connectiondialog.cpp \
unv.cpp \
ircclient.cpp \
richtextdelegate.cpp \
settingsdialog.cpp \
channel.cpp \
favoritesdialog.cpp
HEADERS += mainwindow.h \
connectiondialog.h \
unv.h \
ircclient.h \
richtextdelegate.h \
settingsdialog.h \
channel.h \
favoritesdialog.h
FORMS += mainwindow.ui \
connectiondialog.ui \
settingsdialog.ui \
channel.ui \
favoritesdialog.ui
TRANSLATIONS = osavul_ua.ts osavul_en_GB.ts
DUMMY = $$system(lrelease $$TRANSLATIONS 2>/dev/null)
QMAKE_CXXFLAGS += -std=c++0x -Wall \$\(EXTRA_CXXFLAGS\)
macx {
QMAKE_CXXFLAGS += -stdlib=libc++
# Qt does not enable C++11 features for clang on OS X. Manually enable them
DEFINES += Q_COMPILER_INITIALIZER_LISTS
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7
}
RESOURCES += osavul.qrc
OTHER_FILES += \
LICENSE.txt