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.
qtmindmap/qtmindmap.pro

36 lines
597 B

14 years ago
#-------------------------------------------------
#
# Project created by QtCreator 2011-05-24T11:24:26
#
#-------------------------------------------------
QT += core gui svg
14 years ago
TARGET = qtmindmap
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
aboutdialog.cpp \
graphwidget.cpp \
node.cpp \
edge.cpp \
systemtray.cpp
14 years ago
HEADERS += mainwindow.h \
aboutdialog.h \
graphwidget.h \
node.h \
edge.h \
systemtray.h
14 years ago
FORMS += mainwindow.ui \
aboutdialog.ui
RESOURCES = qtmindmap.qrc
TRANSLATIONS = qtmindmap_hu.ts
CODECFORTR = UTF-8