16 lines
216 B
Prolog
16 lines
216 B
Prolog
|
TEMPLATE = lib
|
||
|
CONFIG += qt staticlib
|
||
|
QT += widgets
|
||
|
|
||
|
FORMS = \
|
||
|
pcapfileimport.ui
|
||
|
|
||
|
HEADERS = \
|
||
|
fileformatoptions.h \
|
||
|
pcapoptionsdialog.h
|
||
|
|
||
|
SOURCES = \
|
||
|
fileformatoptions.cpp \
|
||
|
pcapoptionsdialog.cpp
|
||
|
|