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