OSDN Git Service

Ver0.09pre
[gefu/Gefu.git] / Gefu.pro
index 047c213..bbe11af 100644 (file)
--- a/Gefu.pro
+++ b/Gefu.pro
@@ -5,15 +5,17 @@
 #-------------------------------------------------
 
 QT       += core gui
+QT       += network
 
 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
 
+
 TARGET = Gefu
 TEMPLATE = app
 
 
 SOURCES += main.cpp\
-        mainwindow.cpp \
+    mainwindow.cpp \
     folderpanel.cpp \
     renamesingledialog.cpp \
     renamemultidialog.cpp \
@@ -31,7 +33,8 @@ SOURCES += main.cpp\
     historydialog.cpp \
     preferencedialog.cpp \
     clickablelabel.cpp \
-    colorsamplemodel.cpp
+    colorsamplemodel.cpp \
+    simpletextview.cpp
 
 HEADERS  += mainwindow.h \
     folderpanel.h \
@@ -53,7 +56,8 @@ HEADERS  += mainwindow.h \
     historydialog.h \
     preferencedialog.h \
     clickablelabel.h \
-    colorsamplemodel.h
+    colorsamplemodel.h \
+    simpletextview.h
 
 FORMS    += mainwindow.ui \
     folderpanel.ui \
@@ -72,7 +76,7 @@ OTHER_FILES += \
     Gefu.rc \
     README.md
 
-mac {
+macx {
     ICON = ./images/Gefu.icns
 }