This repository has been archived on 2020-12-30. You can view files and clone it, but cannot push or open issues or pull requests.
NetworkPacketComposer/networkpacketcomposer.pro

28 lines
567 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2015-01-06T11:56:33
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = networkpacketcomposer
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
flowlayout.cpp \
guidededitorelement.cpp \
guidededitor.cpp
HEADERS += mainwindow.h \
flowlayout.h \
guidededitorelement.h \
guidededitor.h
INCLUDEPATH += $$PWD/../QtGuidedEditor
DEPENDPATH += $$PWD/../QtGuidedEditor