-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbir.pro
More file actions
40 lines (27 loc) · 726 Bytes
/
bir.pro
File metadata and controls
40 lines (27 loc) · 726 Bytes
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
#-------------------------------------------------
#
# Project created by QtCreator 2014-08-09T17:00:19
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
QT += core
QMAKE_CXXFLAGS += -std=c++11
TARGET = bir
TEMPLATE = app
TARGET.EPOCHEAPSIZE = 0x020000 0x1000000
INSTALLS += target desktop
SOURCES += main.cpp\
bir.cpp \
selectitem.cpp
HEADERS += bir.h \
selectitem.h
FORMS += bir.ui
RESOURCES += \
icon.qrc
desktopfile.files = bir.desktop
desktopfile.path = /usr/share/applications
icon.files = bir80.png
icon.path = /usr/share/icons/hicolor/80x80/apps
desktop.path = /usr/share/applications
target.path = /usr/bin