-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqaview.pro
29 lines (28 loc) · 1.12 KB
/
qaview.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
TEMPLATE = app
HEADERS = \
zlib.h zconf.h zipfs.h zipfsi.h zfile.h qzfile.h \
qzfs.h qzdir.h afile.h \
timestamp.h aconfig.h gconfig.h \
unicode.h qunicode.h para.h parser.h ansiparser.h \
aview.h textview.h formatter.h hcode.h fileselect.h optiondlg.h \
askdlg.h battery.h baseview.h imageview.h \
zipfile.h af_file.h userevent.h filelister.h \
monitor.h
SOURCES = \
zipfs.cpp zipfsi.cpp zfile.cpp qzfile.cpp \
qzfs.cpp qzdir.cpp \
timestamp.cpp aconfig.cpp gconfig.cpp \
unicode.cpp qunicode.cpp para.cpp parser.cpp ansiparser.cpp \
qaview.cpp aview.cpp textview.cpp formatter.cpp hcode.c fileselect.cpp \
optiondlg.cpp askdlg.cpp battery.cpp imageview.cpp \
zipfile.c af_file.c baseview.cpp filelister.cpp monitor.cpp
INTERFACES = optionform.ui fileopen.ui askform.ui
TRANSLATIONS = qaview_ko.ts qaview_en.ts
#CONFIG = qpe qt debug
CONFIG = qpe qt release
INCLUDEPATH = conv
MOC_DIR = build
OBJECTS_DIR = build
TARGET = qaview
LIBS += -lqpe -lqte -lstdc++ -lpthread
#LIBS += -lstdc++ -lqpe -lz