forked from trolley813/OpenFool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpenFool.pro
67 lines (54 loc) · 1.32 KB
/
OpenFool.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
59
60
61
62
63
64
65
66
67
#-------------------------------------------------
#
# Project created by QtCreator 2016-12-07T10:39:29
#
#-------------------------------------------------
QT += core gui svg
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = OpenFool
TEMPLATE = app
VERSION = 0.0.9
CONFIG += c++11
CONFIG += lrelease embed_translations
LRELEASE_DIR=.
QM_FILES_RESOURCE_PREFIX=/
SOURCES += main.cpp\
mainwindow.cpp \
carddeck.cpp \
card.cpp \
carditem.cpp \
table.cpp \
player.cpp \
settingsdialog.cpp \
playerbubbleitem.cpp
HEADERS += mainwindow.h \
carddeck.h \
card.h \
carditem.h \
table.h \
player.h \
settingsdialog.h \
playerbubbleitem.h
FORMS += mainwindow.ui \
settingsdialog.ui
RESOURCES += \
resources.qrc
DISTFILES += \
LICENSE \
README.md \
OpenFool_en.ts \
OpenFool_ru.ts \
CHANGELOG.md \
android/AndroidManifest.xml \
android/res/values/libs.xml \
android/build.gradle \
icons/icon_32.png \
icons/icon_64.png \
icons/icon_128.png \
icons/icon_128_win.ico \
android/res/drawable-ldpi/icon.png \
android/res/drawable-hdpi/icon.png \
android/res/drawable-mdpi/icon.png
TRANSLATIONS += OpenFool_en.ts OpenFool_ru.ts
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
RC_ICONS = icons/icon_128_win.ico