parent
c55079ddbc
commit
4136447e73
@ -1,26 +1,25 @@
|
|||||||
QT += core gui svg
|
QT += core gui svg xml
|
||||||
|
|
||||||
CONFIG += qtestlib
|
CONFIG += qtestlib
|
||||||
|
|
||||||
TARGET = qtmindmap_test
|
TARGET = qtmindmap_test
|
||||||
|
|
||||||
SOURCES += mainwindow.cpp \
|
SOURCES += src/mainwindow.cpp \
|
||||||
aboutdialog.cpp \
|
src/graphwidget.cpp \
|
||||||
graphwidget.cpp \
|
src/node.cpp \
|
||||||
node.cpp \
|
src/edge.cpp \
|
||||||
edge.cpp \
|
src/systemtray.cpp \
|
||||||
systemtray.cpp \
|
src/argumentparser.cpp \
|
||||||
argumentparser.cpp \
|
test/algorithmtests.cpp
|
||||||
algorithmtests.cpp
|
|
||||||
|
|
||||||
HEADERS += mainwindow.h \
|
HEADERS += include/mainwindow.h \
|
||||||
aboutdialog.h \
|
include/graphwidget.h \
|
||||||
graphwidget.h \
|
include/node.h \
|
||||||
node.h \
|
include/edge.h \
|
||||||
edge.h \
|
include/systemtray.h \
|
||||||
systemtray.h \
|
include/argumentparser.h \
|
||||||
argumentparser.h \
|
test/algorithmtests.h
|
||||||
algorithmtests.h
|
|
||||||
|
|
||||||
FORMS += mainwindow.ui \
|
FORMS += ui/mainwindow.ui
|
||||||
aboutdialog.ui
|
|
||||||
|
RESOURCES = images/qtmindmap.qrc
|
||||||
|
Loading…
Reference in new issue