You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
447 B
27 lines
447 B
QT += core gui svg
|
|
|
|
CONFIG += qtestlib
|
|
|
|
TARGET = qtmindmap_test
|
|
|
|
SOURCES += mainwindow.cpp \
|
|
aboutdialog.cpp \
|
|
graphwidget.cpp \
|
|
node.cpp \
|
|
edge.cpp \
|
|
systemtray.cpp \
|
|
argumentparser.cpp \
|
|
algorithmtests.cpp
|
|
|
|
HEADERS += mainwindow.h \
|
|
aboutdialog.h \
|
|
graphwidget.h \
|
|
node.h \
|
|
edge.h \
|
|
systemtray.h \
|
|
argumentparser.h \
|
|
algorithmtests.h
|
|
|
|
FORMS += mainwindow.ui \
|
|
aboutdialog.ui
|