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

39 lines
647 B

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