forked from mregmi/ext2read
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext2explore.pro
More file actions
34 lines (34 loc) · 822 Bytes
/
ext2explore.pro
File metadata and controls
34 lines (34 loc) · 822 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
# -------------------------------------------------
# Project created by QtCreator 2010-03-15T21:59:31
# -------------------------------------------------
TARGET = ext2explore
TEMPLATE = app
#DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII
QMAKE_LFLAGS += -static-libgcc -static-libstdc++
SOURCES += main.cpp \
ext2explore.cpp \
ext2read.cpp \
platform_win32.c \
platform_unix.c \
log.c \
ext2fs.cpp \
lvm.cpp \
ext2properties.cpp \
ext2about.cpp \
ext2copyfile.cpp
HEADERS += platform.h \
parttypes.h \
lvm.h \
ext2read.h \
ext2fs.h \
ext2explore.h \
partition.h \
ext2properties.h \
ext2about.h \
ext2copyfile.h
FORMS += ext2explore.ui \
properties.ui \
about.ui \
ext2progress.ui
RESOURCES += ext2explore.qrc
RC_FILE = app.rc