forked from aizenbit/Scribbler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Scribbler.pro
42 lines (32 loc) · 871 Bytes
/
Scribbler.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
#-------------------------------------------------
#
# Project created by QtCreator 2015-10-06T12:36:53
#
#-------------------------------------------------
QT += core gui svg printsupport xml
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = Scribbler
TEMPLATE = app
DEFINES += QT_COMPILING_QSTRING_COMPAT_CPP
SOURCES += main.cpp\
mainwindow.cpp \
svgview.cpp \
preferencesdialog.cpp \
fontdialog.cpp \
symboldata.cpp \
symboldataeditor.cpp
HEADERS += mainwindow.h \
svgview.h \
preferencesdialog.h \
fontdialog.h \
symboldata.h \
symboldataeditor.h
FORMS += mainwindow.ui \
preferencesdialog.ui \
fontdialog.ui
CONFIG += c++11 static-libstdc++
RC_ICONS = resources\favicon.ico
win32:RC_FILE = Scribbler.rc
RESOURCES += \
resources/resources.qrc
TRANSLATIONS += Scribbler-ru_RU.ts