Skip to content

Commit

Permalink
cleaning up pro file
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Savi committed Dec 3, 2013
1 parent e28da92 commit 6d94e13
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions RS232Visualizer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ TARGET = application
SOURCES += \
main.cpp \
rs232visualizermain.cpp \
serialconnect.cpp \
thread.cpp
serialconnect.cpp

OTHER_FILES += \
qml/main.qml \
Expand All @@ -25,8 +24,7 @@ UI_DIR = ./.ui
RCC_DIR = ./.rcc

HEADERS += rs232visualizermain.h \
serialconnect.h \
thread.h
serialconnect.h

ICON += bitmaps/logo.png

Expand Down

0 comments on commit 6d94e13

Please sign in to comment.