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.
36 lines
597 B
36 lines
597 B
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2011-05-24T11:24:26
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += core gui svg
|
|
|
|
TARGET = qtmindmap
|
|
TEMPLATE = app
|
|
|
|
|
|
SOURCES += main.cpp\
|
|
mainwindow.cpp \
|
|
aboutdialog.cpp \
|
|
graphwidget.cpp \
|
|
node.cpp \
|
|
edge.cpp \
|
|
systemtray.cpp
|
|
|
|
HEADERS += mainwindow.h \
|
|
aboutdialog.h \
|
|
graphwidget.h \
|
|
node.h \
|
|
edge.h \
|
|
systemtray.h
|
|
|
|
FORMS += mainwindow.ui \
|
|
aboutdialog.ui
|
|
|
|
RESOURCES = qtmindmap.qrc
|
|
|
|
TRANSLATIONS = qtmindmap_hu.ts
|
|
|
|
CODECFORTR = UTF-8
|